Html Css Color HEX #EED964 Golden Sand

📋 copy color: '#EED964'

red 238 ◦ green 217 ◦ blue 100

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

Shades of Golden Sand #EED964

Tints of Golden Sand #EED964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.02%

R = 42.88%
G = 39.1%
B = 18.02%

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

#EED964 (or 0xEED964) is known color: Golden Sand. HEX triplet: EE, D9 and 64. RGB value is (238,217,100). Sum of RGB (Red+Green+Blue) = 238+217+100=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EED964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED964 is #11269B. Grayscale: #D2D2D2. Windows color (decimal): -1123996 or 6609390. OLE color: 6609390.

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

Color convert

RGB 238 217 100 -
CMYK 0 0.09 0.58 0.07
HSL 50.87º 0.8% 0.66% -
HSV(B) 50.87º 0.58% 0.93% -
XYZ 62.37 68.72 22.03 -
YUV 209.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 238 217 100 0 0.09 0.58 0.07 50.87 0.8 0.66
Hex EE D9 64 0 9 3A 7 33 50 42
Octal 356 331 144 0 11 72 7 63 120 102
Binary 11101110 11011001 1100100 0 1001 111010 111 110011 1010000 1000010

Color Harmonies of #EED964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED964

Black with #EED964

Text Example


Text Example

White with #EED964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED964; }

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

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

background-color css

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

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

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

border-color css

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

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

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