Html Css Color HEX #EED96C Golden Sand

📋 copy color: '#EED96C'

red 238 ◦ green 217 ◦ blue 108

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

Shades of Golden Sand #EED96C

Tints of Golden Sand #EED96C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.54%

 BLUE value IS 108 (42.58% from 255) = 19.18%

R = 42.27%
G = 38.54%
B = 19.18%

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

#EED96C (or 0xEED96C) is known color: Golden Sand. HEX triplet: EE, D9 and 6C. RGB value is (238,217,108). Sum of RGB (Red+Green+Blue) = 238+217+108=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EED96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED96C is #112693. Grayscale: #D3D3D3. Windows color (decimal): -1123988 or 7133678. OLE color: 7133678.

HSL color Cylindrical-coordinate representation of color #EED96C: hue angle of 50.31º 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 #EED96C is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 217 108 -
CMYK 0 0.09 0.55 0.07
HSL 50.31º 0.79% 0.68% -
HSV(B) 50.31º 0.55% 0.93% -
XYZ 62.78 68.89 24.17 -
YUV 210.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 238 217 108 0 0.09 0.55 0.07 50.31 0.79 0.68
Hex EE D9 6C 0 9 37 7 32 4F 44
Octal 356 331 154 0 11 67 7 62 117 104
Binary 11101110 11011001 1101100 0 1001 110111 111 110010 1001111 1000100

Color Harmonies of #EED96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED96C

Black with #EED96C

Text Example


Text Example

White with #EED96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED96C; }

 p { color: rgb(238,217,108); }

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

background-color css

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

 a { background-color: rgb(238,217,108); }

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

border-color css

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

 span { border-color: rgb(238,217,108); }

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