Html Css Color HEX #EDD136 Golden Dream

📋 copy color: '#EDD136'

red 237 ◦ green 209 ◦ blue 54

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

Shades of Golden Dream #EDD136

Tints of Golden Dream #EDD136

RGB

 RED value IS 237 (92.97% from 255) = 47.4%

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

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

R = 47.4%
G = 41.8%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDD136 (or 0xEDD136) is known color: Golden Dream. HEX triplet: ED, D1 and 36. RGB value is (237,209,54). Sum of RGB (Red+Green+Blue) = 237+209+54=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD136 is #122EC9. Grayscale: #C8C8C8. Windows color (decimal): -1191626 or 3592685. OLE color: 3592685.

HSL color Cylindrical-coordinate representation of color #EDD136: hue angle of 50.82º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDD136 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 54 -
CMYK 0 0.12 0.77 0.07
HSL 50.82º 0.84% 0.57% -
HSV(B) 50.82º 0.77% 0.93% -
XYZ 58.39 63.87 12.74 -
YUV 199.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 237 209 54 0 0.12 0.77 0.07 50.82 0.84 0.57
Hex ED D1 36 0 C 4D 7 33 54 39
Octal 355 321 66 0 14 115 7 63 124 71
Binary 11101101 11010001 110110 0 1100 1001101 111 110011 1010100 111001

Color Harmonies of #EDD136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD136

Black with #EDD136

Text Example


Text Example

White with #EDD136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD136; }

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

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

background-color css

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

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

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

border-color css

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

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

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