Html Css Color HEX #EFD8AB Astra

📋 copy color: '#EFD8AB'

red 239 ◦ green 216 ◦ blue 171

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

Shades of Astra #EFD8AB

Tints of Astra #EFD8AB

RGB

 RED value IS 239 (93.75% from 255) = 38.18%

 GREEN value IS 216 (84.77% from 255) = 34.5%

 BLUE value IS 171 (67.19% from 255) = 27.32%

R = 38.18%
G = 34.5%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFD8AB (or 0xEFD8AB) is known color: Astra. HEX triplet: EF, D8 and AB. RGB value is (239,216,171). Sum of RGB (Red+Green+Blue) = 239+216+171=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD8AB is #102754. Grayscale: #D9D9D9. Windows color (decimal): -1058645 or 11262191. OLE color: 11262191.

HSL color Cylindrical-coordinate representation of color #EFD8AB: hue angle of 39.71º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFD8AB is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 171 -
CMYK 0 0.10 0.28 0.06
HSL 39.71º 0.68% 0.8% -
HSV(B) 39.71º 0.28% 0.94% -
XYZ 67.5 70.4 48.56 -
YUV 217.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 239 216 171 0 0.10 0.28 0.06 39.71 0.68 0.8
Hex EF D8 AB 0 A 1C 6 28 44 50
Octal 357 330 253 0 12 34 6 50 104 120
Binary 11101111 11011000 10101011 0 1010 11100 110 101000 1000100 1010000

Color Harmonies of #EFD8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8AB

Black with #EFD8AB

Text Example


Text Example

White with #EFD8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8AB; }

 p { color: rgb(239,216,171); }

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

background-color css

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

 a { background-color: rgb(239,216,171); }

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

border-color css

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

 span { border-color: rgb(239,216,171); }

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