Html Css Color HEX #EED36F Golden Sand

📋 copy color: '#EED36F'

red 238 ◦ green 211 ◦ blue 111

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

Shades of Golden Sand #EED36F

Tints of Golden Sand #EED36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.82%

R = 42.5%
G = 37.68%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EED36F (or 0xEED36F) is known color: Golden Sand. HEX triplet: EE, D3 and 6F. RGB value is (238,211,111). Sum of RGB (Red+Green+Blue) = 238+211+111=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EED36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED36F is #112C90. Grayscale: #D0D0D0. Windows color (decimal): -1125521 or 7328750. OLE color: 7328750.

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

Color convert

RGB 238 211 111 -
CMYK 0 0.11 0.53 0.07
HSL 47.24º 0.79% 0.68% -
HSV(B) 47.24º 0.53% 0.93% -
XYZ 61.42 65.91 24.52 -
YUV 207.67 73.45 149.63 -
System Red Green Blue C M Y K H S L
Decimal 238 211 111 0 0.11 0.53 0.07 47.24 0.79 0.68
Hex EE D3 6F 0 B 35 7 2F 4F 44
Octal 356 323 157 0 13 65 7 57 117 104
Binary 11101110 11010011 1101111 0 1011 110101 111 101111 1001111 1000100

Color Harmonies of #EED36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED36F

Black with #EED36F

Text Example


Text Example

White with #EED36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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