Html Css Color HEX #EED5AF Givry

📋 copy color: '#EED5AF'

red 238 ◦ green 213 ◦ blue 175

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

Shades of Givry #EED5AF

Tints of Givry #EED5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.03%

 BLUE value IS 175 (68.75% from 255) = 27.96%

R = 38.02%
G = 34.03%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EED5AF (or 0xEED5AF) is known color: Givry. HEX triplet: EE, D5 and AF. RGB value is (238,213,175). Sum of RGB (Red+Green+Blue) = 238+213+175=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED5AF is #112A50. Grayscale: #D8D8D8. Windows color (decimal): -1124945 or 11523566. OLE color: 11523566.

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

Color convert

RGB 238 213 175 -
CMYK 0 0.11 0.26 0.07
HSL 36.19º 0.65% 0.81% -
HSV(B) 36.19º 0.26% 0.93% -
XYZ 66.79 68.86 50.33 -
YUV 216.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 238 213 175 0 0.11 0.26 0.07 36.19 0.65 0.81
Hex EE D5 AF 0 B 1A 7 24 41 51
Octal 356 325 257 0 13 32 7 44 101 121
Binary 11101110 11010101 10101111 0 1011 11010 111 100100 1000001 1010001

Color Harmonies of #EED5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5AF

Black with #EED5AF

Text Example


Text Example

White with #EED5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5AF; }

 p { color: rgb(238,213,175); }

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

background-color css

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

 a { background-color: rgb(238,213,175); }

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

border-color css

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

 span { border-color: rgb(238,213,175); }

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