Html Css Color HEX #EACC34 Golden Dream

📋 copy color: '#EACC34'

red 234 ◦ green 204 ◦ blue 52

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

Shades of Golden Dream #EACC34

Tints of Golden Dream #EACC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.61%

R = 47.76%
G = 41.63%
B = 10.61%

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

#EACC34 (or 0xEACC34) is known color: Golden Dream. HEX triplet: EA, CC and 34. RGB value is (234,204,52). Sum of RGB (Red+Green+Blue) = 234+204+52=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC34 is #1533CB. Grayscale: #C4C4C4. Windows color (decimal): -1389516 or 3460330. OLE color: 3460330.

HSL color Cylindrical-coordinate representation of color #EACC34: hue angle of 50.11º 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 #EACC34 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 52 -
CMYK 0 0.13 0.78 0.08
HSL 50.11º 0.81% 0.56% -
HSV(B) 50.11º 0.78% 0.92% -
XYZ 56.14 60.93 12.05 -
YUV 195.64 46.94 155.36 -
System Red Green Blue C M Y K H S L
Decimal 234 204 52 0 0.13 0.78 0.08 50.11 0.81 0.56
Hex EA CC 34 0 D 4E 8 32 51 38
Octal 352 314 64 0 15 116 10 62 121 70
Binary 11101010 11001100 110100 0 1101 1001110 1000 110010 1010001 111000

Color Harmonies of #EACC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC34

Black with #EACC34

Text Example


Text Example

White with #EACC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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