Html Css Color HEX #EDD332 Golden Dream

📋 copy color: '#EDD332'

red 237 ◦ green 211 ◦ blue 50

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

Shades of Golden Dream #EDD332

Tints of Golden Dream #EDD332

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.37%

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

R = 47.59%
G = 42.37%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDD332 (or 0xEDD332) is known color: Golden Dream. HEX triplet: ED, D3 and 32. RGB value is (237,211,50). Sum of RGB (Red+Green+Blue) = 237+211+50=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD332 is #122CCD. Grayscale: #C9C9C9. Windows color (decimal): -1191118 or 3331053. OLE color: 3331053.

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

Color convert

RGB 237 211 50 -
CMYK 0 0.11 0.79 0.07
HSL 51.66º 0.84% 0.56% -
HSV(B) 51.66º 0.79% 0.93% -
XYZ 58.8 64.82 12.43 -
YUV 200.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 237 211 50 0 0.11 0.79 0.07 51.66 0.84 0.56
Hex ED D3 32 0 B 4F 7 34 54 38
Octal 355 323 62 0 13 117 7 64 124 70
Binary 11101101 11010011 110010 0 1011 1001111 111 110100 1010100 111000

Color Harmonies of #EDD332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD332

Black with #EDD332

Text Example


Text Example

White with #EDD332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD332; }

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

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

background-color css

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

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

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

border-color css

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

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

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