Html Css Color HEX #EEC772 Golden Sand

📋 copy color: '#EEC772'

red 238 ◦ green 199 ◦ blue 114

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

Shades of Golden Sand #EEC772

Tints of Golden Sand #EEC772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.69%

R = 43.19%
G = 36.12%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EEC772 (or 0xEEC772) is known color: Golden Sand. HEX triplet: EE, C7 and 72. RGB value is (238,199,114). Sum of RGB (Red+Green+Blue) = 238+199+114=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC772 is #11388D. Grayscale: #C9C9C9. Windows color (decimal): -1128590 or 7522286. OLE color: 7522286.

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

Color convert

RGB 238 199 114 -
CMYK 0 0.16 0.52 0.07
HSL 41.13º 0.78% 0.69% -
HSV(B) 41.13º 0.52% 0.93% -
XYZ 58.72 60.24 24.45 -
YUV 200.97 78.92 154.41 -
System Red Green Blue C M Y K H S L
Decimal 238 199 114 0 0.16 0.52 0.07 41.13 0.78 0.69
Hex EE C7 72 0 10 34 7 29 4E 45
Octal 356 307 162 0 20 64 7 51 116 105
Binary 11101110 11000111 1110010 0 10000 110100 111 101001 1001110 1000101

Color Harmonies of #EEC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC772

Black with #EEC772

Text Example


Text Example

White with #EEC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC772; }

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

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

background-color css

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

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

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

border-color css

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

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

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