Html Css Color HEX #EAD4A8 Astra

📋 copy color: '#EAD4A8'

red 234 ◦ green 212 ◦ blue 168

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

Shades of Astra #EAD4A8

Tints of Astra #EAD4A8

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.53%

 BLUE value IS 168 (66.02% from 255) = 27.36%

R = 38.11%
G = 34.53%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EAD4A8 (or 0xEAD4A8) is known color: Astra. HEX triplet: EA, D4 and A8. RGB value is (234,212,168). Sum of RGB (Red+Green+Blue) = 234+212+168=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD4A8 is #152B57. Grayscale: #D5D5D5. Windows color (decimal): -1387352 or 11064554. OLE color: 11064554.

HSL color Cylindrical-coordinate representation of color #EAD4A8: hue angle of 40º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAD4A8 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 212 168 -
CMYK 0 0.09 0.28 0.08
HSL 40º 0.61% 0.79% -
HSV(B) 40º 0.28% 0.92% -
XYZ 64.54 67.41 46.65 -
YUV 213.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 234 212 168 0 0.09 0.28 0.08 40 0.61 0.79
Hex EA D4 A8 0 9 1C 8 28 3D 4F
Octal 352 324 250 0 11 34 10 50 75 117
Binary 11101010 11010100 10101000 0 1001 11100 1000 101000 111101 1001111

Color Harmonies of #EAD4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD4A8

Black with #EAD4A8

Text Example


Text Example

White with #EAD4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD4A8; }

 p { color: rgb(234,212,168); }

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

background-color css

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

 a { background-color: rgb(234,212,168); }

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

border-color css

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

 span { border-color: rgb(234,212,168); }

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