Html Css Color HEX #EEDB65 Golden Sand

📋 copy color: '#EEDB65'

red 238 ◦ green 219 ◦ blue 101

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

Shades of Golden Sand #EEDB65

Tints of Golden Sand #EEDB65

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

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

R = 42.65%
G = 39.25%
B = 18.1%

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

#EEDB65 (or 0xEEDB65) is known color: Golden Sand. HEX triplet: EE, DB and 65. RGB value is (238,219,101). Sum of RGB (Red+Green+Blue) = 238+219+101=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB65 is #11249A. Grayscale: #D3D3D3. Windows color (decimal): -1123483 or 6675438. OLE color: 6675438.

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

Color convert

RGB 238 219 101 -
CMYK 0 0.08 0.58 0.07
HSL 51.68º 0.8% 0.66% -
HSV(B) 51.68º 0.58% 0.93% -
XYZ 62.94 69.78 22.46 -
YUV 211.23 65.79 147.09 -
System Red Green Blue C M Y K H S L
Decimal 238 219 101 0 0.08 0.58 0.07 51.68 0.8 0.66
Hex EE DB 65 0 8 3A 7 34 50 42
Octal 356 333 145 0 10 72 7 64 120 102
Binary 11101110 11011011 1100101 0 1000 111010 111 110100 1010000 1000010

Color Harmonies of #EEDB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB65

Black with #EEDB65

Text Example


Text Example

White with #EEDB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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