Html Css Color HEX #EED3AE Givry

📋 copy color: '#EED3AE'

red 238 ◦ green 211 ◦ blue 174

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

Shades of Givry #EED3AE

Tints of Givry #EED3AE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.87%

 BLUE value IS 174 (68.36% from 255) = 27.93%

R = 38.2%
G = 33.87%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EED3AE (or 0xEED3AE) is known color: Givry. HEX triplet: EE, D3 and AE. RGB value is (238,211,174). Sum of RGB (Red+Green+Blue) = 238+211+174=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED3AE is #112C51. Grayscale: #D7D7D7. Windows color (decimal): -1125458 or 11457518. OLE color: 11457518.

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

Color convert

RGB 238 211 174 -
CMYK 0 0.11 0.27 0.07
HSL 34.69º 0.65% 0.81% -
HSV(B) 34.69º 0.27% 0.93% -
XYZ 66.19 67.82 49.65 -
YUV 214.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 238 211 174 0 0.11 0.27 0.07 34.69 0.65 0.81
Hex EE D3 AE 0 B 1B 7 23 41 51
Octal 356 323 256 0 13 33 7 43 101 121
Binary 11101110 11010011 10101110 0 1011 11011 111 100011 1000001 1010001

Color Harmonies of #EED3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED3AE

Black with #EED3AE

Text Example


Text Example

White with #EED3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED3AE; }

 p { color: rgb(238,211,174); }

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

background-color css

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

 a { background-color: rgb(238,211,174); }

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

border-color css

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

 span { border-color: rgb(238,211,174); }

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