Html Css Color HEX #EACC31 Golden Dream

📋 copy color: '#EACC31'

red 234 ◦ green 204 ◦ blue 49

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

Shades of Golden Dream #EACC31

Tints of Golden Dream #EACC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.06%

R = 48.05%
G = 41.89%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EACC31 (or 0xEACC31) is known color: Golden Dream. HEX triplet: EA, CC and 31. RGB value is (234,204,49). Sum of RGB (Red+Green+Blue) = 234+204+49=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC31 is #1533CE. Grayscale: #C3C3C3. Windows color (decimal): -1389519 or 3263722. OLE color: 3263722.

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

Color convert

RGB 234 204 49 -
CMYK 0 0.13 0.79 0.08
HSL 50.27º 0.81% 0.55% -
HSV(B) 50.27º 0.79% 0.92% -
XYZ 56.08 60.9 11.7 -
YUV 195.3 45.44 155.6 -
System Red Green Blue C M Y K H S L
Decimal 234 204 49 0 0.13 0.79 0.08 50.27 0.81 0.55
Hex EA CC 31 0 D 4F 8 32 51 37
Octal 352 314 61 0 15 117 10 62 121 67
Binary 11101010 11001100 110001 0 1101 1001111 1000 110010 1010001 110111

Color Harmonies of #EACC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC31

Black with #EACC31

Text Example


Text Example

White with #EACC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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