Html Css Color HEX #EED863 Golden Sand

📋 copy color: '#EED863'

red 238 ◦ green 216 ◦ blue 99

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

Shades of Golden Sand #EED863

Tints of Golden Sand #EED863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.9%

R = 43.04%
G = 39.06%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EED863 (or 0xEED863) is known color: Golden Sand. HEX triplet: EE, D8 and 63. RGB value is (238,216,99). Sum of RGB (Red+Green+Blue) = 238+216+99=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 99 (39.06% from 255 or 17.90% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EED863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED863 is #11279C. Grayscale: #D1D1D1. Windows color (decimal): -1124253 or 6543598. OLE color: 6543598.

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

Color convert

RGB 238 216 99 -
CMYK 0 0.09 0.58 0.07
HSL 50.5º 0.8% 0.66% -
HSV(B) 50.5º 0.58% 0.93% -
XYZ 62.07 68.19 21.69 -
YUV 209.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 238 216 99 0 0.09 0.58 0.07 50.5 0.8 0.66
Hex EE D8 63 0 9 3A 7 33 50 42
Octal 356 330 143 0 11 72 7 63 120 102
Binary 11101110 11011000 1100011 0 1001 111010 111 110011 1010000 1000010

Color Harmonies of #EED863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED863

Black with #EED863

Text Example


Text Example

White with #EED863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED863; }

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

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

background-color css

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

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

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

border-color css

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

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

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