#EBCE2A

Color #EBCE2A Golden Dream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Dream #EBCE2A

Tints of Golden Dream #EBCE2A

Color information

#EBCE2A (or 0xEBCE2A) is unknown color: approx Golden Dream. HEX triplet: EB, CE and 2A. RGB value is (235,206,42). Sum of RGB (Red+Green+Blue) = 235+206+42=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCE2A is #1431D5. Grayscale: #C4C4C4. Windows color (decimal): -1323478 or 2805483. OLE color: 2805483.

HSL color Cylindrical-coordinate representation of color #EBCE2A: hue angle of 50.98º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBCE2A is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB23520642-
CMYK00.120.820.08
HSL50.98º82.83%54.31%-
HSV(B)50.98º82.13%92.16%-
XYZ56.7561.9711.16-
YUV195.9841.11155.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 48.65%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 42 (16.80% from 255) = 8.70%
R=48.65%
G=42.65%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352064200.120.820.0850.9882.8354.31
HexEBCE2A0C528335336
Octal35331652014122106312366
Binary111010111100111010101001100101001010001100111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCE2A; }

 p { color: rgb(235,206,42); }

 H1.HeaderClassName
 {
   color: #EBCE2A;
 }
 .AnyTagClassName
 {
   color: #EBCE2A;
 }
</style>
background-color css

<style>
 a { background-color: #EBCE2A; }

 a { background-color: rgb(235,206,42); }

 div.DivClassName
 {
   background-color: #EBCE2A;
 }
 .BgClassName
 {
   background-color: #EBCE2A;
 }
</style>
border-color css

<style>
 span { border-color: #EBCE2A; }

 span { border-color: rgb(235,206,42); }

 td.TdClassName
 {
   border-color: #EBCE2A;
 }
 .TagClassName
 {
   border-color: #EBCE2A;
 }
</style>