Html Css Color HEX #EACB35 Golden Dream

📋 copy color: '#EACB35'

red 234 ◦ green 203 ◦ blue 53

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

Shades of Golden Dream #EACB35

Tints of Golden Dream #EACB35

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.43%

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

R = 47.76%
G = 41.43%
B = 10.82%

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

#EACB35 (or 0xEACB35) is known color: Golden Dream. HEX triplet: EA, CB and 35. RGB value is (234,203,53). Sum of RGB (Red+Green+Blue) = 234+203+53=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB35 is #1534CA. Grayscale: #C3C3C3. Windows color (decimal): -1389771 or 3525610. OLE color: 3525610.

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

Color convert

RGB 234 203 53 -
CMYK 0 0.13 0.77 0.08
HSL 49.72º 0.81% 0.56% -
HSV(B) 49.72º 0.77% 0.92% -
XYZ 55.93 60.46 12.09 -
YUV 195.17 47.77 155.7 -
System Red Green Blue C M Y K H S L
Decimal 234 203 53 0 0.13 0.77 0.08 49.72 0.81 0.56
Hex EA CB 35 0 D 4D 8 32 51 38
Octal 352 313 65 0 15 115 10 62 121 70
Binary 11101010 11001011 110101 0 1101 1001101 1000 110010 1010001 111000

Color Harmonies of #EACB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB35

Black with #EACB35

Text Example


Text Example

White with #EACB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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