Html Css Color HEX #EED371 Golden Sand

📋 copy color: '#EED371'

red 238 ◦ green 211 ◦ blue 113

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

Shades of Golden Sand #EED371

Tints of Golden Sand #EED371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.11%

R = 42.35%
G = 37.54%
B = 20.11%

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

#EED371 (or 0xEED371) is known color: Golden Sand. HEX triplet: EE, D3 and 71. RGB value is (238,211,113). Sum of RGB (Red+Green+Blue) = 238+211+113=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EED371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED371 is #112C8E. Grayscale: #D0D0D0. Windows color (decimal): -1125519 or 7459822. OLE color: 7459822.

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

Color convert

RGB 238 211 113 -
CMYK 0 0.11 0.53 0.07
HSL 47.04º 0.79% 0.69% -
HSV(B) 47.04º 0.53% 0.93% -
XYZ 61.53 65.96 25.11 -
YUV 207.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 238 211 113 0 0.11 0.53 0.07 47.04 0.79 0.69
Hex EE D3 71 0 B 35 7 2F 4F 45
Octal 356 323 161 0 13 65 7 57 117 105
Binary 11101110 11010011 1110001 0 1011 110101 111 101111 1001111 1000101

Color Harmonies of #EED371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED371

Black with #EED371

Text Example


Text Example

White with #EED371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED371; }

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

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

background-color css

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

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

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

border-color css

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

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

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