Html Css Color HEX #EEC670 Golden Sand

📋 copy color: '#EEC670'

red 238 ◦ green 198 ◦ blue 112

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

Shades of Golden Sand #EEC670

Tints of Golden Sand #EEC670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.44%

R = 43.43%
G = 36.13%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEC670 (or 0xEEC670) is known color: Golden Sand. HEX triplet: EE, C6 and 70. RGB value is (238,198,112). Sum of RGB (Red+Green+Blue) = 238+198+112=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC670 is #11398F. Grayscale: #C8C8C8. Windows color (decimal): -1128848 or 7390958. OLE color: 7390958.

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

Color convert

RGB 238 198 112 -
CMYK 0 0.17 0.53 0.07
HSL 40.95º 0.79% 0.69% -
HSV(B) 40.95º 0.53% 0.93% -
XYZ 58.38 59.74 23.78 -
YUV 200.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 238 198 112 0 0.17 0.53 0.07 40.95 0.79 0.69
Hex EE C6 70 0 11 35 7 29 4F 45
Octal 356 306 160 0 21 65 7 51 117 105
Binary 11101110 11000110 1110000 0 10001 110101 111 101001 1001111 1000101

Color Harmonies of #EEC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC670

Black with #EEC670

Text Example


Text Example

White with #EEC670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC670; }

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

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

background-color css

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

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

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

border-color css

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

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

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