Html Css Color HEX #EDD133 Golden Dream

📋 copy color: '#EDD133'

red 237 ◦ green 209 ◦ blue 51

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

Shades of Golden Dream #EDD133

Tints of Golden Dream #EDD133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.26%

R = 47.69%
G = 42.05%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDD133 (or 0xEDD133) is known color: Golden Dream. HEX triplet: ED, D1 and 33. RGB value is (237,209,51). Sum of RGB (Red+Green+Blue) = 237+209+51=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 51 (20.31% from 255 or 10.26% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD133 is #122ECC. Grayscale: #C8C8C8. Windows color (decimal): -1191629 or 3396077. OLE color: 3396077.

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

Color convert

RGB 237 209 51 -
CMYK 0 0.12 0.78 0.07
HSL 50.97º 0.84% 0.56% -
HSV(B) 50.97º 0.78% 0.93% -
XYZ 58.32 63.84 12.38 -
YUV 199.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 237 209 51 0 0.12 0.78 0.07 50.97 0.84 0.56
Hex ED D1 33 0 C 4E 7 33 54 38
Octal 355 321 63 0 14 116 7 63 124 70
Binary 11101101 11010001 110011 0 1100 1001110 111 110011 1010100 111000

Color Harmonies of #EDD133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD133

Black with #EDD133

Text Example


Text Example

White with #EDD133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD133; }

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

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

background-color css

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

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

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

border-color css

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

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

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