Html Css Color HEX #EDD42F Golden Dream

📋 copy color: '#EDD42F'

red 237 ◦ green 212 ◦ blue 47

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

Shades of Golden Dream #EDD42F

Tints of Golden Dream #EDD42F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.74%

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

R = 47.78%
G = 42.74%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDD42F (or 0xEDD42F) is known color: Golden Dream. HEX triplet: ED, D4 and 2F. RGB value is (237,212,47). Sum of RGB (Red+Green+Blue) = 237+212+47=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD42F is #122BD0. Grayscale: #C9C9C9. Windows color (decimal): -1190865 or 3134701. OLE color: 3134701.

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

Color convert

RGB 237 212 47 -
CMYK 0 0.11 0.80 0.07
HSL 52.11º 0.84% 0.56% -
HSV(B) 52.11º 0.8% 0.93% -
XYZ 58.98 65.3 12.18 -
YUV 200.67 41.28 153.92 -
System Red Green Blue C M Y K H S L
Decimal 237 212 47 0 0.11 0.80 0.07 52.11 0.84 0.56
Hex ED D4 2F 0 B 50 7 34 54 38
Octal 355 324 57 0 13 120 7 64 124 70
Binary 11101101 11010100 101111 0 1011 1010000 111 110100 1010100 111000

Color Harmonies of #EDD42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD42F

Black with #EDD42F

Text Example


Text Example

White with #EDD42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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