Html Css Color HEX #EEC75F Golden Sand

📋 copy color: '#EEC75F'

red 238 ◦ green 199 ◦ blue 95

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

Shades of Golden Sand #EEC75F

Tints of Golden Sand #EEC75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.86%

R = 44.74%
G = 37.41%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEC75F (or 0xEEC75F) is known color: Golden Sand. HEX triplet: EE, C7 and 5F. RGB value is (238,199,95). Sum of RGB (Red+Green+Blue) = 238+199+95=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC75F is #1138A0. Grayscale: #C7C7C7. Windows color (decimal): -1128609 or 6277102. OLE color: 6277102.

HSL color Cylindrical-coordinate representation of color #EEC75F: hue angle of 43.64º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEC75F is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 199 95 -
CMYK 0 0.16 0.60 0.07
HSL 43.64º 0.81% 0.65% -
HSV(B) 43.64º 0.6% 0.93% -
XYZ 57.75 59.85 19.34 -
YUV 198.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 238 199 95 0 0.16 0.60 0.07 43.64 0.81 0.65
Hex EE C7 5F 0 10 3C 7 2C 51 41
Octal 356 307 137 0 20 74 7 54 121 101
Binary 11101110 11000111 1011111 0 10000 111100 111 101100 1010001 1000001

Color Harmonies of #EEC75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC75F

Black with #EEC75F

Text Example


Text Example

White with #EEC75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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