Html Css Color HEX #EACC35 Golden Dream

📋 copy color: '#EACC35'

red 234 ◦ green 204 ◦ blue 53

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

Shades of Golden Dream #EACC35

Tints of Golden Dream #EACC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.79%

R = 47.66%
G = 41.55%
B = 10.79%

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

#EACC35 (or 0xEACC35) is known color: Golden Dream. HEX triplet: EA, CC and 35. RGB value is (234,204,53). Sum of RGB (Red+Green+Blue) = 234+204+53=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC35 is #1533CA. Grayscale: #C4C4C4. Windows color (decimal): -1389515 or 3525866. OLE color: 3525866.

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

Color convert

RGB 234 204 53 -
CMYK 0 0.13 0.77 0.08
HSL 50.06º 0.81% 0.56% -
HSV(B) 50.06º 0.77% 0.92% -
XYZ 56.17 60.94 12.17 -
YUV 195.76 47.44 155.28 -
System Red Green Blue C M Y K H S L
Decimal 234 204 53 0 0.13 0.77 0.08 50.06 0.81 0.56
Hex EA CC 35 0 D 4D 8 32 51 38
Octal 352 314 65 0 15 115 10 62 121 70
Binary 11101010 11001100 110101 0 1101 1001101 1000 110010 1010001 111000

Color Harmonies of #EACC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC35

Black with #EACC35

Text Example


Text Example

White with #EACC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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