Html Css Color HEX #EAC935 Golden Dream

📋 copy color: '#EAC935'

red 234 ◦ green 201 ◦ blue 53

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

Shades of Golden Dream #EAC935

Tints of Golden Dream #EAC935

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.19%

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

R = 47.95%
G = 41.19%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAC935 (or 0xEAC935) is known color: Golden Dream. HEX triplet: EA, C9 and 35. RGB value is (234,201,53). Sum of RGB (Red+Green+Blue) = 234+201+53=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 53 (21.09% from 255 or 10.86% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC935 is #1536CA. Grayscale: #C2C2C2. Windows color (decimal): -1390283 or 3525098. OLE color: 3525098.

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

Color convert

RGB 234 201 53 -
CMYK 0 0.14 0.77 0.08
HSL 49.06º 0.81% 0.56% -
HSV(B) 49.06º 0.77% 0.92% -
XYZ 55.46 59.52 11.93 -
YUV 194 48.43 156.53 -
System Red Green Blue C M Y K H S L
Decimal 234 201 53 0 0.14 0.77 0.08 49.06 0.81 0.56
Hex EA C9 35 0 E 4D 8 31 51 38
Octal 352 311 65 0 16 115 10 61 121 70
Binary 11101010 11001001 110101 0 1110 1001101 1000 110001 1010001 111000

Color Harmonies of #EAC935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC935

Black with #EAC935

Text Example


Text Example

White with #EAC935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC935; }

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

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

background-color css

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

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

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

border-color css

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

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

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