Html Css Color HEX #EED276 Golden Sand

📋 copy color: '#EED276'

red 238 ◦ green 210 ◦ blue 118

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

Shades of Golden Sand #EED276

Tints of Golden Sand #EED276

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.1%

 BLUE value IS 118 (46.48% from 255) = 20.85%

R = 42.05%
G = 37.1%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EED276 (or 0xEED276) is known color: Golden Sand. HEX triplet: EE, D2 and 76. RGB value is (238,210,118). Sum of RGB (Red+Green+Blue) = 238+210+118=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EED276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED276 is #112D89. Grayscale: #D0D0D0. Windows color (decimal): -1125770 or 7787246. OLE color: 7787246.

HSL color Cylindrical-coordinate representation of color #EED276: hue angle of 46º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED276 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 210 118 -
CMYK 0 0.12 0.50 0.07
HSL 46º 0.78% 0.7% -
HSV(B) 46º 0.5% 0.93% -
XYZ 61.58 65.58 26.55 -
YUV 207.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 238 210 118 0 0.12 0.50 0.07 46 0.78 0.7
Hex EE D2 76 0 C 32 7 2E 4E 46
Octal 356 322 166 0 14 62 7 56 116 106
Binary 11101110 11010010 1110110 0 1100 110010 111 101110 1001110 1000110

Color Harmonies of #EED276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED276

Black with #EED276

Text Example


Text Example

White with #EED276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED276; }

 p { color: rgb(238,210,118); }

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

background-color css

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

 a { background-color: rgb(238,210,118); }

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

border-color css

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

 span { border-color: rgb(238,210,118); }

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