Html Css Color HEX #EDD236 Golden Dream

📋 copy color: '#EDD236'

red 237 ◦ green 210 ◦ blue 54

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

Shades of Golden Dream #EDD236

Tints of Golden Dream #EDD236

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.92%

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

R = 47.31%
G = 41.92%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDD236 (or 0xEDD236) is known color: Golden Dream. HEX triplet: ED, D2 and 36. RGB value is (237,210,54). Sum of RGB (Red+Green+Blue) = 237+210+54=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 54 (21.48% from 255 or 10.78% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD236 is #122DC9. Grayscale: #C8C8C8. Windows color (decimal): -1191370 or 3592941. OLE color: 3592941.

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

Color convert

RGB 237 210 54 -
CMYK 0 0.11 0.77 0.07
HSL 51.15º 0.84% 0.57% -
HSV(B) 51.15º 0.77% 0.93% -
XYZ 58.64 64.36 12.82 -
YUV 200.29 45.45 154.18 -
System Red Green Blue C M Y K H S L
Decimal 237 210 54 0 0.11 0.77 0.07 51.15 0.84 0.57
Hex ED D2 36 0 B 4D 7 33 54 39
Octal 355 322 66 0 13 115 7 63 124 71
Binary 11101101 11010010 110110 0 1011 1001101 111 110011 1010100 111001

Color Harmonies of #EDD236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD236

Black with #EDD236

Text Example


Text Example

White with #EDD236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD236; }

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

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

background-color css

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

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

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

border-color css

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

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

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