Html Css Color HEX #EEC931 Golden Dream

📋 copy color: '#EEC931'

red 238 ◦ green 201 ◦ blue 49

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

Shades of Golden Dream #EEC931

Tints of Golden Dream #EEC931

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.19%

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

R = 48.77%
G = 41.19%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEC931 (or 0xEEC931) is known color: Golden Dream. HEX triplet: EE, C9 and 31. RGB value is (238,201,49). Sum of RGB (Red+Green+Blue) = 238+201+49=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC931 is #1136CE. Grayscale: #C3C3C3. Windows color (decimal): -1128143 or 3262958. OLE color: 3262958.

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

Color convert

RGB 238 201 49 -
CMYK 0 0.16 0.79 0.07
HSL 48.25º 0.85% 0.56% -
HSV(B) 48.25º 0.79% 0.93% -
XYZ 56.7 60.17 11.53 -
YUV 194.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 238 201 49 0 0.16 0.79 0.07 48.25 0.85 0.56
Hex EE C9 31 0 10 4F 7 30 55 38
Octal 356 311 61 0 20 117 7 60 125 70
Binary 11101110 11001001 110001 0 10000 1001111 111 110000 1010101 111000

Color Harmonies of #EEC931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC931

Black with #EEC931

Text Example


Text Example

White with #EEC931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC931; }

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

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

background-color css

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

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

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

border-color css

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

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

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