Html Css Color HEX #EDD032 Golden Dream

📋 copy color: '#EDD032'

red 237 ◦ green 208 ◦ blue 50

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

Shades of Golden Dream #EDD032

Tints of Golden Dream #EDD032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.1%

R = 47.88%
G = 42.02%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDD032 (or 0xEDD032) is known color: Golden Dream. HEX triplet: ED, D0 and 32. RGB value is (237,208,50). Sum of RGB (Red+Green+Blue) = 237+208+50=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD032 is #122FCD. Grayscale: #C7C7C7. Windows color (decimal): -1191886 or 3330285. OLE color: 3330285.

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

Color convert

RGB 237 208 50 -
CMYK 0 0.12 0.79 0.07
HSL 50.7º 0.84% 0.56% -
HSV(B) 50.7º 0.79% 0.93% -
XYZ 58.06 63.35 12.18 -
YUV 198.66 44.11 155.35 -
System Red Green Blue C M Y K H S L
Decimal 237 208 50 0 0.12 0.79 0.07 50.7 0.84 0.56
Hex ED D0 32 0 C 4F 7 33 54 38
Octal 355 320 62 0 14 117 7 63 124 70
Binary 11101101 11010000 110010 0 1100 1001111 111 110011 1010100 111000

Color Harmonies of #EDD032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD032

Black with #EDD032

Text Example


Text Example

White with #EDD032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD032; }

 p { color: rgb(237,208,50); }

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

background-color css

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

 a { background-color: rgb(237,208,50); }

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

border-color css

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

 span { border-color: rgb(237,208,50); }

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