Html Css Color HEX #EED8AF Givry

📋 copy color: '#EED8AF'

red 238 ◦ green 216 ◦ blue 175

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

Shades of Givry #EED8AF

Tints of Givry #EED8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.34%

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

R = 37.84%
G = 34.34%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EED8AF (or 0xEED8AF) is known color: Givry. HEX triplet: EE, D8 and AF. RGB value is (238,216,175). Sum of RGB (Red+Green+Blue) = 238+216+175=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED8AF is #112750. Grayscale: #DADADA. Windows color (decimal): -1124177 or 11524334. OLE color: 11524334.

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

Color convert

RGB 238 216 175 -
CMYK 0 0.09 0.26 0.07
HSL 39.05º 0.65% 0.81% -
HSV(B) 39.05º 0.26% 0.93% -
XYZ 67.55 70.38 50.58 -
YUV 217.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 238 216 175 0 0.09 0.26 0.07 39.05 0.65 0.81
Hex EE D8 AF 0 9 1A 7 27 41 51
Octal 356 330 257 0 11 32 7 47 101 121
Binary 11101110 11011000 10101111 0 1001 11010 111 100111 1000001 1010001

Color Harmonies of #EED8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8AF

Black with #EED8AF

Text Example


Text Example

White with #EED8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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