Html Css Color HEX #EAD037 Golden Dream

📋 copy color: '#EAD037'

red 234 ◦ green 208 ◦ blue 55

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

Shades of Golden Dream #EAD037

Tints of Golden Dream #EAD037

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.85%

 BLUE value IS 55 (21.88% from 255) = 11.07%

R = 47.08%
G = 41.85%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAD037 (or 0xEAD037) is known color: Golden Dream. HEX triplet: EA, D0 and 37. RGB value is (234,208,55). Sum of RGB (Red+Green+Blue) = 234+208+55=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 55 (21.88% from 255 or 11.07% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD037 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD037 is #152FC8. Grayscale: #C6C6C6. Windows color (decimal): -1388489 or 3657962. OLE color: 3657962.

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

Color convert

RGB 234 208 55 -
CMYK 0 0.11 0.76 0.08
HSL 51.28º 0.81% 0.57% -
HSV(B) 51.28º 0.76% 0.92% -
XYZ 57.18 62.88 12.74 -
YUV 198.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 234 208 55 0 0.11 0.76 0.08 51.28 0.81 0.57
Hex EA D0 37 0 B 4C 8 33 51 39
Octal 352 320 67 0 13 114 10 63 121 71
Binary 11101010 11010000 110111 0 1011 1001100 1000 110011 1010001 111001

Color Harmonies of #EAD037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD037

Black with #EAD037

Text Example


Text Example

White with #EAD037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD037; }

 p { color: rgb(234,208,55); }

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

background-color css

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

 a { background-color: rgb(234,208,55); }

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

border-color css

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

 span { border-color: rgb(234,208,55); }

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