Html Css Color HEX #EEC92D Golden Dream

📋 copy color: '#EEC92D'

red 238 ◦ green 201 ◦ blue 45

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

Shades of Golden Dream #EEC92D

Tints of Golden Dream #EEC92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.3%

R = 49.17%
G = 41.53%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEC92D (or 0xEEC92D) is known color: Golden Dream. HEX triplet: EE, C9 and 2D. RGB value is (238,201,45). Sum of RGB (Red+Green+Blue) = 238+201+45=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC92D is #1136D2. Grayscale: #C2C2C2. Windows color (decimal): -1128147 or 3000814. OLE color: 3000814.

HSL color Cylindrical-coordinate representation of color #EEC92D: hue angle of 48.5º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEC92D is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 201 45 -
CMYK 0 0.16 0.81 0.07
HSL 48.5º 0.85% 0.55% -
HSV(B) 48.5º 0.81% 0.93% -
XYZ 56.62 60.14 11.11 -
YUV 194.28 43.76 159.18 -
System Red Green Blue C M Y K H S L
Decimal 238 201 45 0 0.16 0.81 0.07 48.5 0.85 0.55
Hex EE C9 2D 0 10 51 7 30 55 37
Octal 356 311 55 0 20 121 7 60 125 67
Binary 11101110 11001001 101101 0 10000 1010001 111 110000 1010101 110111

Color Harmonies of #EEC92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC92D

Black with #EEC92D

Text Example


Text Example

White with #EEC92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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