Html Css Color HEX #EED36D Golden Sand

📋 copy color: '#EED36D'

red 238 ◦ green 211 ◦ blue 109

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

Shades of Golden Sand #EED36D

Tints of Golden Sand #EED36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.53%

R = 42.65%
G = 37.81%
B = 19.53%

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

#EED36D (or 0xEED36D) is known color: Golden Sand. HEX triplet: EE, D3 and 6D. RGB value is (238,211,109). Sum of RGB (Red+Green+Blue) = 238+211+109=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EED36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED36D is #112C92. Grayscale: #CFCFCF. Windows color (decimal): -1125523 or 7197678. OLE color: 7197678.

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

Color convert

RGB 238 211 109 -
CMYK 0 0.11 0.54 0.07
HSL 47.44º 0.79% 0.68% -
HSV(B) 47.44º 0.54% 0.93% -
XYZ 61.31 65.87 23.95 -
YUV 207.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 238 211 109 0 0.11 0.54 0.07 47.44 0.79 0.68
Hex EE D3 6D 0 B 36 7 2F 4F 44
Octal 356 323 155 0 13 66 7 57 117 104
Binary 11101110 11010011 1101101 0 1011 110110 111 101111 1001111 1000100

Color Harmonies of #EED36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED36D

Black with #EED36D

Text Example


Text Example

White with #EED36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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