Html Css Color HEX #EAD136 Golden Dream

📋 copy color: '#EAD136'

red 234 ◦ green 209 ◦ blue 54

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

Shades of Golden Dream #EAD136

Tints of Golden Dream #EAD136

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.05%

 BLUE value IS 54 (21.48% from 255) = 10.87%

R = 47.08%
G = 42.05%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EAD136 (or 0xEAD136) is known color: Golden Dream. HEX triplet: EA, D1 and 36. RGB value is (234,209,54). Sum of RGB (Red+Green+Blue) = 234+209+54=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 54 (21.48% from 255 or 10.87% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD136 is #152EC9. Grayscale: #C7C7C7. Windows color (decimal): -1388234 or 3592682. OLE color: 3592682.

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

Color convert

RGB 234 209 54 -
CMYK 0 0.11 0.77 0.08
HSL 51.67º 0.81% 0.56% -
HSV(B) 51.67º 0.77% 0.92% -
XYZ 57.4 63.36 12.69 -
YUV 198.81 46.28 153.1 -
System Red Green Blue C M Y K H S L
Decimal 234 209 54 0 0.11 0.77 0.08 51.67 0.81 0.56
Hex EA D1 36 0 B 4D 8 34 51 38
Octal 352 321 66 0 13 115 10 64 121 70
Binary 11101010 11010001 110110 0 1011 1001101 1000 110100 1010001 111000

Color Harmonies of #EAD136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD136

Black with #EAD136

Text Example


Text Example

White with #EAD136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD136; }

 p { color: rgb(234,209,54); }

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

background-color css

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

 a { background-color: rgb(234,209,54); }

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

border-color css

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

 span { border-color: rgb(234,209,54); }

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