Html Css Color HEX #EBD4A6 Astra

📋 copy color: '#EBD4A6'

red 235 ◦ green 212 ◦ blue 166

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

Shades of Astra #EBD4A6

Tints of Astra #EBD4A6

RGB

 RED value IS 235 (92.19% from 255) = 38.34%

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

 BLUE value IS 166 (65.23% from 255) = 27.08%

R = 38.34%
G = 34.58%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBD4A6 (or 0xEBD4A6) is known color: Astra. HEX triplet: EB, D4 and A6. RGB value is (235,212,166). Sum of RGB (Red+Green+Blue) = 235+212+166=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 166 (65.23% from 255 or 27.08% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4A6 is #142B59. Grayscale: #D5D5D5. Windows color (decimal): -1321818 or 10933483. OLE color: 10933483.

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

Color convert

RGB 235 212 166 -
CMYK 0 0.10 0.29 0.08
HSL 40º 0.63% 0.79% -
HSV(B) 40º 0.29% 0.92% -
XYZ 64.69 67.5 45.7 -
YUV 213.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 235 212 166 0 0.10 0.29 0.08 40 0.63 0.79
Hex EB D4 A6 0 A 1D 8 28 3F 4F
Octal 353 324 246 0 12 35 10 50 77 117
Binary 11101011 11010100 10100110 0 1010 11101 1000 101000 111111 1001111

Color Harmonies of #EBD4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4A6

Black with #EBD4A6

Text Example


Text Example

White with #EBD4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4A6; }

 p { color: rgb(235,212,166); }

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

background-color css

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

 a { background-color: rgb(235,212,166); }

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

border-color css

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

 span { border-color: rgb(235,212,166); }

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