Html Css Color HEX #EACC36 Golden Dream

📋 copy color: '#EACC36'

red 234 ◦ green 204 ◦ blue 54

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

Shades of Golden Dream #EACC36

Tints of Golden Dream #EACC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.98%

R = 47.56%
G = 41.46%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EACC36 (or 0xEACC36) is known color: Golden Dream. HEX triplet: EA, CC and 36. RGB value is (234,204,54). Sum of RGB (Red+Green+Blue) = 234+204+54=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC36 is #1533C9. Grayscale: #C4C4C4. Windows color (decimal): -1389514 or 3591402. OLE color: 3591402.

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

Color convert

RGB 234 204 54 -
CMYK 0 0.13 0.77 0.08
HSL 50º 0.81% 0.56% -
HSV(B) 50º 0.77% 0.92% -
XYZ 56.19 60.94 12.29 -
YUV 195.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 234 204 54 0 0.13 0.77 0.08 50 0.81 0.56
Hex EA CC 36 0 D 4D 8 32 51 38
Octal 352 314 66 0 15 115 10 62 121 70
Binary 11101010 11001100 110110 0 1101 1001101 1000 110010 1010001 111000

Color Harmonies of #EACC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC36

Black with #EACC36

Text Example


Text Example

White with #EACC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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