Html Css Color HEX #EED665 Golden Sand

📋 copy color: '#EED665'

red 238 ◦ green 214 ◦ blue 101

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

Shades of Golden Sand #EED665

Tints of Golden Sand #EED665

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.7%

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

R = 43.04%
G = 38.7%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EED665 (or 0xEED665) is known color: Golden Sand. HEX triplet: EE, D6 and 65. RGB value is (238,214,101). Sum of RGB (Red+Green+Blue) = 238+214+101=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EED665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED665 is #11299A. Grayscale: #D0D0D0. Windows color (decimal): -1124763 or 6674158. OLE color: 6674158.

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

Color convert

RGB 238 214 101 -
CMYK 0 0.10 0.58 0.07
HSL 49.49º 0.8% 0.66% -
HSV(B) 49.49º 0.58% 0.93% -
XYZ 61.66 67.21 22.04 -
YUV 208.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 238 214 101 0 0.10 0.58 0.07 49.49 0.8 0.66
Hex EE D6 65 0 A 3A 7 31 50 42
Octal 356 326 145 0 12 72 7 61 120 102
Binary 11101110 11010110 1100101 0 1010 111010 111 110001 1010000 1000010

Color Harmonies of #EED665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED665

Black with #EED665

Text Example


Text Example

White with #EED665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED665; }

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

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

background-color css

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

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

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

border-color css

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

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

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