Html Css Color HEX #EBD4A3 Astra

📋 copy color: '#EBD4A3'

red 235 ◦ green 212 ◦ blue 163

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

Shades of Astra #EBD4A3

Tints of Astra #EBD4A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 26.72%

R = 38.52%
G = 34.75%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBD4A3 (or 0xEBD4A3) is known color: Astra. HEX triplet: EB, D4 and A3. RGB value is (235,212,163). Sum of RGB (Red+Green+Blue) = 235+212+163=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 163 (64.06% from 255 or 26.72% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4A3 is #142B5C. Grayscale: #D5D5D5. Windows color (decimal): -1321821 or 10736875. OLE color: 10736875.

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

Color convert

RGB 235 212 163 -
CMYK 0 0.10 0.31 0.08
HSL 40.83º 0.64% 0.78% -
HSV(B) 40.83º 0.31% 0.92% -
XYZ 64.42 67.39 44.26 -
YUV 213.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 235 212 163 0 0.10 0.31 0.08 40.83 0.64 0.78
Hex EB D4 A3 0 A 1F 8 29 40 4E
Octal 353 324 243 0 12 37 10 51 100 116
Binary 11101011 11010100 10100011 0 1010 11111 1000 101001 1000000 1001110

Color Harmonies of #EBD4A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4A3

Black with #EBD4A3

Text Example


Text Example

White with #EBD4A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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