Html Css Color HEX #EEC86A Golden Sand

📋 copy color: '#EEC86A'

red 238 ◦ green 200 ◦ blue 106

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

Shades of Golden Sand #EEC86A

Tints of Golden Sand #EEC86A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.49%

R = 43.75%
G = 36.76%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EEC86A (or 0xEEC86A) is known color: Golden Sand. HEX triplet: EE, C8 and 6A. RGB value is (238,200,106). Sum of RGB (Red+Green+Blue) = 238+200+106=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC86A is #113795. Grayscale: #C9C9C9. Windows color (decimal): -1128342 or 6998254. OLE color: 6998254.

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

Color convert

RGB 238 200 106 -
CMYK 0 0.16 0.55 0.07
HSL 42.73º 0.8% 0.67% -
HSV(B) 42.73º 0.55% 0.93% -
XYZ 58.52 60.53 22.23 -
YUV 200.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 238 200 106 0 0.16 0.55 0.07 42.73 0.8 0.67
Hex EE C8 6A 0 10 37 7 2B 50 43
Octal 356 310 152 0 20 67 7 53 120 103
Binary 11101110 11001000 1101010 0 10000 110111 111 101011 1010000 1000011

Color Harmonies of #EEC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC86A

Black with #EEC86A

Text Example


Text Example

White with #EEC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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