Html Css Color HEX #EDD02F Golden Dream

📋 copy color: '#EDD02F'

red 237 ◦ green 208 ◦ blue 47

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

Shades of Golden Dream #EDD02F

Tints of Golden Dream #EDD02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.55%

R = 48.17%
G = 42.28%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDD02F (or 0xEDD02F) is known color: Golden Dream. HEX triplet: ED, D0 and 2F. RGB value is (237,208,47). Sum of RGB (Red+Green+Blue) = 237+208+47=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD02F is #122FD0. Grayscale: #C6C6C6. Windows color (decimal): -1191889 or 3133677. OLE color: 3133677.

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

Color convert

RGB 237 208 47 -
CMYK 0 0.12 0.80 0.07
HSL 50.84º 0.84% 0.56% -
HSV(B) 50.84º 0.8% 0.93% -
XYZ 57.99 63.32 11.85 -
YUV 198.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 237 208 47 0 0.12 0.80 0.07 50.84 0.84 0.56
Hex ED D0 2F 0 C 50 7 33 54 38
Octal 355 320 57 0 14 120 7 63 124 70
Binary 11101101 11010000 101111 0 1100 1010000 111 110011 1010100 111000

Color Harmonies of #EDD02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD02F

Black with #EDD02F

Text Example


Text Example

White with #EDD02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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