Html Css Color HEX #EED165 Golden Sand

📋 copy color: '#EED165'

red 238 ◦ green 209 ◦ blue 101

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

Shades of Golden Sand #EED165

Tints of Golden Sand #EED165

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.14%

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

R = 43.43%
G = 38.14%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EED165 (or 0xEED165) is known color: Golden Sand. HEX triplet: EE, D1 and 65. RGB value is (238,209,101). Sum of RGB (Red+Green+Blue) = 238+209+101=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EED165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED165 is #112E9A. Grayscale: #CDCDCD. Windows color (decimal): -1126043 or 6672878. OLE color: 6672878.

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

Color convert

RGB 238 209 101 -
CMYK 0 0.12 0.58 0.07
HSL 47.3º 0.8% 0.66% -
HSV(B) 47.3º 0.58% 0.93% -
XYZ 60.41 64.72 21.62 -
YUV 205.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 238 209 101 0 0.12 0.58 0.07 47.3 0.8 0.66
Hex EE D1 65 0 C 3A 7 2F 50 42
Octal 356 321 145 0 14 72 7 57 120 102
Binary 11101110 11010001 1100101 0 1100 111010 111 101111 1010000 1000010

Color Harmonies of #EED165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED165

Black with #EED165

Text Example


Text Example

White with #EED165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED165; }

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

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

background-color css

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

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

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

border-color css

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

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

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