Html Css Color HEX #EED66E Golden Sand

📋 copy color: '#EED66E'

red 238 ◦ green 214 ◦ blue 110

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

Shades of Golden Sand #EED66E

Tints of Golden Sand #EED66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.57%

R = 42.35%
G = 38.08%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EED66E (or 0xEED66E) is known color: Golden Sand. HEX triplet: EE, D6 and 6E. RGB value is (238,214,110). Sum of RGB (Red+Green+Blue) = 238+214+110=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EED66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED66E is #112991. Grayscale: #D1D1D1. Windows color (decimal): -1124754 or 7263982. OLE color: 7263982.

HSL color Cylindrical-coordinate representation of color #EED66E: hue angle of 48.75º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EED66E is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 110 -
CMYK 0 0.10 0.54 0.07
HSL 48.75º 0.79% 0.68% -
HSV(B) 48.75º 0.54% 0.93% -
XYZ 62.12 67.4 24.49 -
YUV 209.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 238 214 110 0 0.10 0.54 0.07 48.75 0.79 0.68
Hex EE D6 6E 0 A 36 7 31 4F 44
Octal 356 326 156 0 12 66 7 61 117 104
Binary 11101110 11010110 1101110 0 1010 110110 111 110001 1001111 1000100

Color Harmonies of #EED66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED66E

Black with #EED66E

Text Example


Text Example

White with #EED66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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