Html Css Color HEX #EACC33 Golden Dream

📋 copy color: '#EACC33'

red 234 ◦ green 204 ◦ blue 51

#EACC33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #EACC33

Tints of Golden Dream #EACC33

RGB

 RED value IS 234 (91.8% from 255) = 47.85%

 GREEN value IS 204 (80.08% from 255) = 41.72%

 BLUE value IS 51 (20.31% from 255) = 10.43%

R = 47.85%
G = 41.72%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EACC33 (or 0xEACC33) is known color: Golden Dream. HEX triplet: EA, CC and 33. RGB value is (234,204,51). Sum of RGB (Red+Green+Blue) = 234+204+51=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 51 (20.31% from 255 or 10.43% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC33 is #1533CC. Grayscale: #C4C4C4. Windows color (decimal): -1389517 or 3394794. OLE color: 3394794.

HSL color Cylindrical-coordinate representation of color #EACC33: hue angle of 50.16º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EACC33 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 51 -
CMYK 0 0.13 0.78 0.08
HSL 50.16º 0.81% 0.56% -
HSV(B) 50.16º 0.78% 0.92% -
XYZ 56.12 60.92 11.93 -
YUV 195.53 46.44 155.44 -
System Red Green Blue C M Y K H S L
Decimal 234 204 51 0 0.13 0.78 0.08 50.16 0.81 0.56
Hex EA CC 33 0 D 4E 8 32 51 38
Octal 352 314 63 0 15 116 10 62 121 70
Binary 11101010 11001100 110011 0 1101 1001110 1000 110010 1010001 111000

Color Harmonies of #EACC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC33

Black with #EACC33

Text Example


Text Example

White with #EACC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC33; }

 p { color: rgb(234,204,51); }

 H1.HeaderClassName
 {
   color: #EACC33;
 }
 .AnyTagClassName
 {
   color: #EACC33;
 }
</style>

background-color css

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

 a { background-color: rgb(234,204,51); }

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

border-color css

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

 span { border-color: rgb(234,204,51); }

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