Html Css Color HEX #EDD12F Golden Dream

📋 copy color: '#EDD12F'

red 237 ◦ green 209 ◦ blue 47

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

Shades of Golden Dream #EDD12F

Tints of Golden Dream #EDD12F

RGB

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

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

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

R = 48.07%
G = 42.39%
B = 9.53%

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

#EDD12F (or 0xEDD12F) is known color: Golden Dream. HEX triplet: ED, D1 and 2F. RGB value is (237,209,47). Sum of RGB (Red+Green+Blue) = 237+209+47=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD12F is #122ED0. Grayscale: #C7C7C7. Windows color (decimal): -1191633 or 3133933. OLE color: 3133933.

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

Color convert

RGB 237 209 47 -
CMYK 0 0.12 0.80 0.07
HSL 51.16º 0.84% 0.56% -
HSV(B) 51.16º 0.8% 0.93% -
XYZ 58.24 63.81 11.94 -
YUV 198.9 42.28 155.17 -
System Red Green Blue C M Y K H S L
Decimal 237 209 47 0 0.12 0.80 0.07 51.16 0.84 0.56
Hex ED D1 2F 0 C 50 7 33 54 38
Octal 355 321 57 0 14 120 7 63 124 70
Binary 11101101 11010001 101111 0 1100 1010000 111 110011 1010100 111000

Color Harmonies of #EDD12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD12F

Black with #EDD12F

Text Example


Text Example

White with #EDD12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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