Html Css Color HEX #EEDC65 Golden Sand

📋 copy color: '#EEDC65'

red 238 ◦ green 220 ◦ blue 101

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

Shades of Golden Sand #EEDC65

Tints of Golden Sand #EEDC65

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.36%

 BLUE value IS 101 (39.84% from 255) = 18.07%

R = 42.58%
G = 39.36%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEDC65 (or 0xEEDC65) is known color: Golden Sand. HEX triplet: EE, DC and 65. RGB value is (238,220,101). Sum of RGB (Red+Green+Blue) = 238+220+101=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC65 is #11239A. Grayscale: #D4D4D4. Windows color (decimal): -1123227 or 6675694. OLE color: 6675694.

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

Color convert

RGB 238 220 101 -
CMYK 0 0.08 0.58 0.07
HSL 52.12º 0.8% 0.66% -
HSV(B) 52.12º 0.58% 0.93% -
XYZ 63.2 70.3 22.55 -
YUV 211.82 65.46 146.68 -
System Red Green Blue C M Y K H S L
Decimal 238 220 101 0 0.08 0.58 0.07 52.12 0.8 0.66
Hex EE DC 65 0 8 3A 7 34 50 42
Octal 356 334 145 0 10 72 7 64 120 102
Binary 11101110 11011100 1100101 0 1000 111010 111 110100 1010000 1000010

Color Harmonies of #EEDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC65

Black with #EEDC65

Text Example


Text Example

White with #EEDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC65; }

 p { color: rgb(238,220,101); }

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

background-color css

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

 a { background-color: rgb(238,220,101); }

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

border-color css

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

 span { border-color: rgb(238,220,101); }

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