Html Css Color HEX #EED86E Golden Sand

📋 copy color: '#EED86E'

red 238 ◦ green 216 ◦ blue 110

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

Shades of Golden Sand #EED86E

Tints of Golden Sand #EED86E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.3%

 BLUE value IS 110 (43.36% from 255) = 19.5%

R = 42.2%
G = 38.3%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EED86E (or 0xEED86E) is known color: Golden Sand. HEX triplet: EE, D8 and 6E. RGB value is (238,216,110). Sum of RGB (Red+Green+Blue) = 238+216+110=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EED86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED86E is #112791. Grayscale: #D2D2D2. Windows color (decimal): -1124242 or 7264494. OLE color: 7264494.

HSL color Cylindrical-coordinate representation of color #EED86E: hue angle of 49.69º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EED86E is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 110 -
CMYK 0 0.09 0.54 0.07
HSL 49.69º 0.79% 0.68% -
HSV(B) 49.69º 0.54% 0.93% -
XYZ 62.63 68.41 24.66 -
YUV 210.49 71.29 147.62 -
System Red Green Blue C M Y K H S L
Decimal 238 216 110 0 0.09 0.54 0.07 49.69 0.79 0.68
Hex EE D8 6E 0 9 36 7 32 4F 44
Octal 356 330 156 0 11 66 7 62 117 104
Binary 11101110 11011000 1101110 0 1001 110110 111 110010 1001111 1000100

Color Harmonies of #EED86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED86E

Black with #EED86E

Text Example


Text Example

White with #EED86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED86E; }

 p { color: rgb(238,216,110); }

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

background-color css

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

 a { background-color: rgb(238,216,110); }

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

border-color css

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

 span { border-color: rgb(238,216,110); }

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