Html Css Color HEX #EED771 Golden Sand

📋 copy color: '#EED771'

red 238 ◦ green 215 ◦ blue 113

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

Shades of Golden Sand #EED771

Tints of Golden Sand #EED771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.99%

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

R = 42.05%
G = 37.99%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EED771 (or 0xEED771) is known color: Golden Sand. HEX triplet: EE, D7 and 71. RGB value is (238,215,113). Sum of RGB (Red+Green+Blue) = 238+215+113=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EED771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED771 is #11288E. Grayscale: #D2D2D2. Windows color (decimal): -1124495 or 7460846. OLE color: 7460846.

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

Color convert

RGB 238 215 113 -
CMYK 0 0.10 0.53 0.07
HSL 48.96º 0.79% 0.69% -
HSV(B) 48.96º 0.53% 0.93% -
XYZ 62.54 67.97 25.45 -
YUV 210.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 238 215 113 0 0.10 0.53 0.07 48.96 0.79 0.69
Hex EE D7 71 0 A 35 7 31 4F 45
Octal 356 327 161 0 12 65 7 61 117 105
Binary 11101110 11010111 1110001 0 1010 110101 111 110001 1001111 1000101

Color Harmonies of #EED771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED771

Black with #EED771

Text Example


Text Example

White with #EED771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED771; }

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

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

background-color css

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

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

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

border-color css

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

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

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