Html Css Color HEX #EED031 Golden Dream

📋 copy color: '#EED031'

red 238 ◦ green 208 ◦ blue 49

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

Shades of Golden Dream #EED031

Tints of Golden Dream #EED031

RGB

 RED value IS 238 (93.36% from 255) = 48.08%

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

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

R = 48.08%
G = 42.02%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EED031 (or 0xEED031) is known color: Golden Dream. HEX triplet: EE, D0 and 31. RGB value is (238,208,49). Sum of RGB (Red+Green+Blue) = 238+208+49=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EED031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED031 is #112FCE. Grayscale: #C7C7C7. Windows color (decimal): -1126351 or 3264750. OLE color: 3264750.

HSL color Cylindrical-coordinate representation of color #EED031: hue angle of 50.48º degrees, saturation: 0.85, 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 #EED031 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 49 -
CMYK 0 0.13 0.79 0.07
HSL 50.48º 0.85% 0.56% -
HSV(B) 50.48º 0.79% 0.93% -
XYZ 58.37 63.51 12.09 -
YUV 198.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 238 208 49 0 0.13 0.79 0.07 50.48 0.85 0.56
Hex EE D0 31 0 D 4F 7 32 55 38
Octal 356 320 61 0 15 117 7 62 125 70
Binary 11101110 11010000 110001 0 1101 1001111 111 110010 1010101 111000

Color Harmonies of #EED031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED031

Black with #EED031

Text Example


Text Example

White with #EED031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED031; }

 p { color: rgb(238,208,49); }

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

background-color css

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

 a { background-color: rgb(238,208,49); }

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

border-color css

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

 span { border-color: rgb(238,208,49); }

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