Html Css Color HEX #EDD134 Golden Dream

📋 copy color: '#EDD134'

red 237 ◦ green 209 ◦ blue 52

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

Shades of Golden Dream #EDD134

Tints of Golden Dream #EDD134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.44%

R = 47.59%
G = 41.97%
B = 10.44%

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

#EDD134 (or 0xEDD134) is known color: Golden Dream. HEX triplet: ED, D1 and 34. RGB value is (237,209,52). Sum of RGB (Red+Green+Blue) = 237+209+52=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD134 is #122ECB. Grayscale: #C8C8C8. Windows color (decimal): -1191628 or 3461613. OLE color: 3461613.

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

Color convert

RGB 237 209 52 -
CMYK 0 0.12 0.78 0.07
HSL 50.92º 0.84% 0.57% -
HSV(B) 50.92º 0.78% 0.93% -
XYZ 58.35 63.85 12.5 -
YUV 199.47 44.78 154.77 -
System Red Green Blue C M Y K H S L
Decimal 237 209 52 0 0.12 0.78 0.07 50.92 0.84 0.57
Hex ED D1 34 0 C 4E 7 33 54 39
Octal 355 321 64 0 14 116 7 63 124 71
Binary 11101101 11010001 110100 0 1100 1001110 111 110011 1010100 111001

Color Harmonies of #EDD134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD134

Black with #EDD134

Text Example


Text Example

White with #EDD134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD134; }

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

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

background-color css

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

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

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

border-color css

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

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

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