Html Css Color HEX #EED86B Golden Sand

📋 copy color: '#EED86B'

red 238 ◦ green 216 ◦ blue 107

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

Shades of Golden Sand #EED86B

Tints of Golden Sand #EED86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.07%

R = 42.42%
G = 38.5%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EED86B (or 0xEED86B) is known color: Golden Sand. HEX triplet: EE, D8 and 6B. RGB value is (238,216,107). Sum of RGB (Red+Green+Blue) = 238+216+107=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EED86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED86B is #112794. Grayscale: #D2D2D2. Windows color (decimal): -1124245 or 7067886. OLE color: 7067886.

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

Color convert

RGB 238 216 107 -
CMYK 0 0.09 0.55 0.07
HSL 49.92º 0.79% 0.68% -
HSV(B) 49.92º 0.55% 0.93% -
XYZ 62.47 68.35 23.81 -
YUV 210.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 238 216 107 0 0.09 0.55 0.07 49.92 0.79 0.68
Hex EE D8 6B 0 9 37 7 32 4F 44
Octal 356 330 153 0 11 67 7 62 117 104
Binary 11101110 11011000 1101011 0 1001 110111 111 110010 1001111 1000100

Color Harmonies of #EED86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED86B

Black with #EED86B

Text Example


Text Example

White with #EED86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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