Html Css Color HEX #EAD3AD Givry

📋 copy color: '#EAD3AD'

red 234 ◦ green 211 ◦ blue 173

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

Shades of Givry #EAD3AD

Tints of Givry #EAD3AD

RGB

 RED value IS 234 (91.8% from 255) = 37.86%

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

 BLUE value IS 173 (67.97% from 255) = 27.99%

R = 37.86%
G = 34.14%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAD3AD (or 0xEAD3AD) is known color: Givry. HEX triplet: EA, D3 and AD. RGB value is (234,211,173). Sum of RGB (Red+Green+Blue) = 234+211+173=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD3AD is #152C52. Grayscale: #D5D5D5. Windows color (decimal): -1387603 or 11391978. OLE color: 11391978.

HSL color Cylindrical-coordinate representation of color #EAD3AD: hue angle of 37.38º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAD3AD is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 173 -
CMYK 0 0.10 0.26 0.08
HSL 37.38º 0.59% 0.8% -
HSV(B) 37.38º 0.26% 0.92% -
XYZ 64.77 67.1 49.07 -
YUV 213.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 234 211 173 0 0.10 0.26 0.08 37.38 0.59 0.8
Hex EA D3 AD 0 A 1A 8 25 3B 50
Octal 352 323 255 0 12 32 10 45 73 120
Binary 11101010 11010011 10101101 0 1010 11010 1000 100101 111011 1010000

Color Harmonies of #EAD3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD3AD

Black with #EAD3AD

Text Example


Text Example

White with #EAD3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD3AD; }

 p { color: rgb(234,211,173); }

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

background-color css

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

 a { background-color: rgb(234,211,173); }

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

border-color css

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

 span { border-color: rgb(234,211,173); }

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