Html Css Color HEX #EFDAA9 Astra

📋 copy color: '#EFDAA9'

red 239 ◦ green 218 ◦ blue 169

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

Shades of Astra #EFDAA9

Tints of Astra #EFDAA9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.82%

 BLUE value IS 169 (66.41% from 255) = 27%

R = 38.18%
G = 34.82%
B = 27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFDAA9 (or 0xEFDAA9) is known color: Astra. HEX triplet: EF, DA and A9. RGB value is (239,218,169). Sum of RGB (Red+Green+Blue) = 239+218+169=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 169 (66.41% from 255 or 27.00% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAA9 is #102556. Grayscale: #DADADA. Windows color (decimal): -1058135 or 11131631. OLE color: 11131631.

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

Color convert

RGB 239 218 169 -
CMYK 0 0.09 0.29 0.06
HSL 42º 0.69% 0.8% -
HSV(B) 42º 0.29% 0.94% -
XYZ 67.83 71.36 47.73 -
YUV 218.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 239 218 169 0 0.09 0.29 0.06 42 0.69 0.8
Hex EF DA A9 0 9 1D 6 2A 45 50
Octal 357 332 251 0 11 35 6 52 105 120
Binary 11101111 11011010 10101001 0 1001 11101 110 101010 1000101 1010000

Color Harmonies of #EFDAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAA9

Black with #EFDAA9

Text Example


Text Example

White with #EFDAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAA9; }

 p { color: rgb(239,218,169); }

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

background-color css

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

 a { background-color: rgb(239,218,169); }

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

border-color css

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

 span { border-color: rgb(239,218,169); }

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