Html Css Color HEX #EEC85F Golden Sand

📋 copy color: '#EEC85F'

red 238 ◦ green 200 ◦ blue 95

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

Shades of Golden Sand #EEC85F

Tints of Golden Sand #EEC85F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.52%

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

R = 44.65%
G = 37.52%
B = 17.82%

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

#EEC85F (or 0xEEC85F) is known color: Golden Sand. HEX triplet: EE, C8 and 5F. RGB value is (238,200,95). Sum of RGB (Red+Green+Blue) = 238+200+95=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC85F is #1137A0. Grayscale: #C7C7C7. Windows color (decimal): -1128353 or 6277358. OLE color: 6277358.

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

Color convert

RGB 238 200 95 -
CMYK 0 0.16 0.60 0.07
HSL 44.06º 0.81% 0.65% -
HSV(B) 44.06º 0.6% 0.93% -
XYZ 57.98 60.31 19.41 -
YUV 199.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 238 200 95 0 0.16 0.60 0.07 44.06 0.81 0.65
Hex EE C8 5F 0 10 3C 7 2C 51 41
Octal 356 310 137 0 20 74 7 54 121 101
Binary 11101110 11001000 1011111 0 10000 111100 111 101100 1010001 1000001

Color Harmonies of #EEC85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC85F

Black with #EEC85F

Text Example


Text Example

White with #EEC85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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