Html Css Color HEX #EEC72D Golden Dream

📋 copy color: '#EEC72D'

red 238 ◦ green 199 ◦ blue 45

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

Shades of Golden Dream #EEC72D

Tints of Golden Dream #EEC72D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.29%

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

R = 49.38%
G = 41.29%
B = 9.34%

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

#EEC72D (or 0xEEC72D) is known color: Golden Dream. HEX triplet: EE, C7 and 2D. RGB value is (238,199,45). Sum of RGB (Red+Green+Blue) = 238+199+45=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC72D is #1138D2. Grayscale: #C1C1C1. Windows color (decimal): -1128659 or 3000302. OLE color: 3000302.

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

Color convert

RGB 238 199 45 -
CMYK 0 0.16 0.81 0.07
HSL 47.88º 0.85% 0.55% -
HSV(B) 47.88º 0.81% 0.93% -
XYZ 56.16 59.21 10.95 -
YUV 193.11 44.42 160.02 -
System Red Green Blue C M Y K H S L
Decimal 238 199 45 0 0.16 0.81 0.07 47.88 0.85 0.55
Hex EE C7 2D 0 10 51 7 30 55 37
Octal 356 307 55 0 20 121 7 60 125 67
Binary 11101110 11000111 101101 0 10000 1010001 111 110000 1010101 110111

Color Harmonies of #EEC72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC72D

Black with #EEC72D

Text Example


Text Example

White with #EEC72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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