Html Css Color HEX #EED36E Golden Sand

📋 copy color: '#EED36E'

red 238 ◦ green 211 ◦ blue 110

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

Shades of Golden Sand #EED36E

Tints of Golden Sand #EED36E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.75%

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

R = 42.58%
G = 37.75%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EED36E (or 0xEED36E) is known color: Golden Sand. HEX triplet: EE, D3 and 6E. RGB value is (238,211,110). Sum of RGB (Red+Green+Blue) = 238+211+110=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EED36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED36E is #112C91. Grayscale: #CFCFCF. Windows color (decimal): -1125522 or 7263214. OLE color: 7263214.

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

Color convert

RGB 238 211 110 -
CMYK 0 0.11 0.54 0.07
HSL 47.34º 0.79% 0.68% -
HSV(B) 47.34º 0.54% 0.93% -
XYZ 61.37 65.89 24.24 -
YUV 207.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 238 211 110 0 0.11 0.54 0.07 47.34 0.79 0.68
Hex EE D3 6E 0 B 36 7 2F 4F 44
Octal 356 323 156 0 13 66 7 57 117 104
Binary 11101110 11010011 1101110 0 1011 110110 111 101111 1001111 1000100

Color Harmonies of #EED36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED36E

Black with #EED36E

Text Example


Text Example

White with #EED36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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