Html Css Color HEX #EBD4A8 Astra

📋 copy color: '#EBD4A8'

red 235 ◦ green 212 ◦ blue 168

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

Shades of Astra #EBD4A8

Tints of Astra #EBD4A8

RGB

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

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

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

R = 38.21%
G = 34.47%
B = 27.32%

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

#EBD4A8 (or 0xEBD4A8) is known color: Astra. HEX triplet: EB, D4 and A8. RGB value is (235,212,168). Sum of RGB (Red+Green+Blue) = 235+212+168=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 168 (66.02% from 255 or 27.32% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4A8 is #142B57. Grayscale: #D6D6D6. Windows color (decimal): -1321816 or 11064555. OLE color: 11064555.

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

Color convert

RGB 235 212 168 -
CMYK 0 0.10 0.29 0.08
HSL 39.4º 0.63% 0.79% -
HSV(B) 39.4º 0.29% 0.92% -
XYZ 64.87 67.58 46.67 -
YUV 213.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 235 212 168 0 0.10 0.29 0.08 39.4 0.63 0.79
Hex EB D4 A8 0 A 1D 8 27 3F 4F
Octal 353 324 250 0 12 35 10 47 77 117
Binary 11101011 11010100 10101000 0 1010 11101 1000 100111 111111 1001111

Color Harmonies of #EBD4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4A8

Black with #EBD4A8

Text Example


Text Example

White with #EBD4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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