Html Css Color HEX #EEC85E Golden Sand

📋 copy color: '#EEC85E'

red 238 ◦ green 200 ◦ blue 94

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

Shades of Golden Sand #EEC85E

Tints of Golden Sand #EEC85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.67%

R = 44.74%
G = 37.59%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEC85E (or 0xEEC85E) is known color: Golden Sand. HEX triplet: EE, C8 and 5E. RGB value is (238,200,94). Sum of RGB (Red+Green+Blue) = 238+200+94=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC85E is #1137A1. Grayscale: #C7C7C7. Windows color (decimal): -1128354 or 6211822. OLE color: 6211822.

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

Color convert

RGB 238 200 94 -
CMYK 0 0.16 0.61 0.07
HSL 44.17º 0.81% 0.65% -
HSV(B) 44.17º 0.61% 0.93% -
XYZ 57.93 60.29 19.17 -
YUV 199.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 238 200 94 0 0.16 0.61 0.07 44.17 0.81 0.65
Hex EE C8 5E 0 10 3D 7 2C 51 41
Octal 356 310 136 0 20 75 7 54 121 101
Binary 11101110 11001000 1011110 0 10000 111101 111 101100 1010001 1000001

Color Harmonies of #EEC85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC85E

Black with #EEC85E

Text Example


Text Example

White with #EEC85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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