Html Css Color HEX #EEC672 Golden Sand

📋 copy color: '#EEC672'

red 238 ◦ green 198 ◦ blue 114

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

Shades of Golden Sand #EEC672

Tints of Golden Sand #EEC672

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36%

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

R = 43.27%
G = 36%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EEC672 (or 0xEEC672) is known color: Golden Sand. HEX triplet: EE, C6 and 72. RGB value is (238,198,114). Sum of RGB (Red+Green+Blue) = 238+198+114=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC672 is #11398D. Grayscale: #C8C8C8. Windows color (decimal): -1128846 or 7522030. OLE color: 7522030.

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

Color convert

RGB 238 198 114 -
CMYK 0 0.17 0.52 0.07
HSL 40.65º 0.78% 0.69% -
HSV(B) 40.65º 0.52% 0.93% -
XYZ 58.49 59.78 24.38 -
YUV 200.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 238 198 114 0 0.17 0.52 0.07 40.65 0.78 0.69
Hex EE C6 72 0 11 34 7 29 4E 45
Octal 356 306 162 0 21 64 7 51 116 105
Binary 11101110 11000110 1110010 0 10001 110100 111 101001 1001110 1000101

Color Harmonies of #EEC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC672

Black with #EEC672

Text Example


Text Example

White with #EEC672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC672; }

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

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

background-color css

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

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

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

border-color css

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

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

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