Html Css Color HEX #EEC762 Golden Sand

📋 copy color: '#EEC762'

red 238 ◦ green 199 ◦ blue 98

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

Shades of Golden Sand #EEC762

Tints of Golden Sand #EEC762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.32%

R = 44.49%
G = 37.2%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EEC762 (or 0xEEC762) is known color: Golden Sand. HEX triplet: EE, C7 and 62. RGB value is (238,199,98). Sum of RGB (Red+Green+Blue) = 238+199+98=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC762 is #11389D. Grayscale: #C7C7C7. Windows color (decimal): -1128606 or 6473710. OLE color: 6473710.

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

Color convert

RGB 238 199 98 -
CMYK 0 0.16 0.59 0.07
HSL 43.29º 0.8% 0.66% -
HSV(B) 43.29º 0.59% 0.93% -
XYZ 57.89 59.91 20.07 -
YUV 199.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 238 199 98 0 0.16 0.59 0.07 43.29 0.8 0.66
Hex EE C7 62 0 10 3B 7 2B 50 42
Octal 356 307 142 0 20 73 7 53 120 102
Binary 11101110 11000111 1100010 0 10000 111011 111 101011 1010000 1000010

Color Harmonies of #EEC762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC762

Black with #EEC762

Text Example


Text Example

White with #EEC762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC762; }

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

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

background-color css

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

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

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

border-color css

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

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

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