Html Css Color HEX #EED275 Golden Sand

📋 copy color: '#EED275'

red 238 ◦ green 210 ◦ blue 117

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

Shades of Golden Sand #EED275

Tints of Golden Sand #EED275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.71%

R = 42.12%
G = 37.17%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EED275 (or 0xEED275) is known color: Golden Sand. HEX triplet: EE, D2 and 75. RGB value is (238,210,117). Sum of RGB (Red+Green+Blue) = 238+210+117=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EED275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED275 is #112D8A. Grayscale: #D0D0D0. Windows color (decimal): -1125771 or 7721710. OLE color: 7721710.

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

Color convert

RGB 238 210 117 -
CMYK 0 0.12 0.51 0.07
HSL 46.12º 0.78% 0.7% -
HSV(B) 46.12º 0.51% 0.93% -
XYZ 61.52 65.55 26.24 -
YUV 207.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 238 210 117 0 0.12 0.51 0.07 46.12 0.78 0.7
Hex EE D2 75 0 C 33 7 2E 4E 46
Octal 356 322 165 0 14 63 7 56 116 106
Binary 11101110 11010010 1110101 0 1100 110011 111 101110 1001110 1000110

Color Harmonies of #EED275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED275

Black with #EED275

Text Example


Text Example

White with #EED275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED275; }

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

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

background-color css

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

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

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

border-color css

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

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

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