Html Css Color HEX #EBD4A5 Astra

📋 copy color: '#EBD4A5'

red 235 ◦ green 212 ◦ blue 165

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

Shades of Astra #EBD4A5

Tints of Astra #EBD4A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.96%

R = 38.4%
G = 34.64%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBD4A5 (or 0xEBD4A5) is known color: Astra. HEX triplet: EB, D4 and A5. RGB value is (235,212,165). Sum of RGB (Red+Green+Blue) = 235+212+165=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 165 (64.84% from 255 or 26.96% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4A5 is #142B5A. Grayscale: #D5D5D5. Windows color (decimal): -1321819 or 10867947. OLE color: 10867947.

HSL color Cylindrical-coordinate representation of color #EBD4A5: hue angle of 40.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBD4A5 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 212 165 -
CMYK 0 0.10 0.30 0.08
HSL 40.29º 0.64% 0.78% -
HSV(B) 40.29º 0.3% 0.92% -
XYZ 64.6 67.47 45.21 -
YUV 213.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 235 212 165 0 0.10 0.30 0.08 40.29 0.64 0.78
Hex EB D4 A5 0 A 1E 8 28 40 4E
Octal 353 324 245 0 12 36 10 50 100 116
Binary 11101011 11010100 10100101 0 1010 11110 1000 101000 1000000 1001110

Color Harmonies of #EBD4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4A5

Black with #EBD4A5

Text Example


Text Example

White with #EBD4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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