Html Css Color HEX #EED86F Golden Sand

📋 copy color: '#EED86F'

red 238 ◦ green 216 ◦ blue 111

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

Shades of Golden Sand #EED86F

Tints of Golden Sand #EED86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.65%

R = 42.12%
G = 38.23%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EED86F (or 0xEED86F) is known color: Golden Sand. HEX triplet: EE, D8 and 6F. RGB value is (238,216,111). Sum of RGB (Red+Green+Blue) = 238+216+111=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EED86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED86F is #112790. Grayscale: #D3D3D3. Windows color (decimal): -1124241 or 7330030. OLE color: 7330030.

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

Color convert

RGB 238 216 111 -
CMYK 0 0.09 0.53 0.07
HSL 49.61º 0.79% 0.68% -
HSV(B) 49.61º 0.53% 0.93% -
XYZ 62.69 68.44 24.94 -
YUV 210.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 238 216 111 0 0.09 0.53 0.07 49.61 0.79 0.68
Hex EE D8 6F 0 9 35 7 32 4F 44
Octal 356 330 157 0 11 65 7 62 117 104
Binary 11101110 11011000 1101111 0 1001 110101 111 110010 1001111 1000100

Color Harmonies of #EED86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED86F

Black with #EED86F

Text Example


Text Example

White with #EED86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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