Html Css Color HEX #EED6AF Givry

📋 copy color: '#EED6AF'

red 238 ◦ green 214 ◦ blue 175

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

Shades of Givry #EED6AF

Tints of Givry #EED6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.13%

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

R = 37.96%
G = 34.13%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EED6AF (or 0xEED6AF) is known color: Givry. HEX triplet: EE, D6 and AF. RGB value is (238,214,175). Sum of RGB (Red+Green+Blue) = 238+214+175=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED6AF is #112950. Grayscale: #D8D8D8. Windows color (decimal): -1124689 or 11523822. OLE color: 11523822.

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

Color convert

RGB 238 214 175 -
CMYK 0 0.10 0.26 0.07
HSL 37.14º 0.65% 0.81% -
HSV(B) 37.14º 0.26% 0.93% -
XYZ 67.04 69.37 50.41 -
YUV 216.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 238 214 175 0 0.10 0.26 0.07 37.14 0.65 0.81
Hex EE D6 AF 0 A 1A 7 25 41 51
Octal 356 326 257 0 12 32 7 45 101 121
Binary 11101110 11010110 10101111 0 1010 11010 111 100101 1000001 1010001

Color Harmonies of #EED6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6AF

Black with #EED6AF

Text Example


Text Example

White with #EED6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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