Html Css Color HEX #EDD131 Golden Dream

📋 copy color: '#EDD131'

red 237 ◦ green 209 ◦ blue 49

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

Shades of Golden Dream #EDD131

Tints of Golden Dream #EDD131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.9%

R = 47.88%
G = 42.22%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDD131 (or 0xEDD131) is known color: Golden Dream. HEX triplet: ED, D1 and 31. RGB value is (237,209,49). Sum of RGB (Red+Green+Blue) = 237+209+49=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD131 is #122ECE. Grayscale: #C7C7C7. Windows color (decimal): -1191631 or 3265005. OLE color: 3265005.

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

Color convert

RGB 237 209 49 -
CMYK 0 0.12 0.79 0.07
HSL 51.06º 0.84% 0.56% -
HSV(B) 51.06º 0.79% 0.93% -
XYZ 58.28 63.83 12.15 -
YUV 199.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 237 209 49 0 0.12 0.79 0.07 51.06 0.84 0.56
Hex ED D1 31 0 C 4F 7 33 54 38
Octal 355 321 61 0 14 117 7 63 124 70
Binary 11101101 11010001 110001 0 1100 1001111 111 110011 1010100 111000

Color Harmonies of #EDD131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD131

Black with #EDD131

Text Example


Text Example

White with #EDD131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD131; }

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

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

background-color css

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

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

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

border-color css

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

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

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