Html Css Color HEX #EFDAA6 Astra

📋 copy color: '#EFDAA6'

red 239 ◦ green 218 ◦ blue 166

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

Shades of Astra #EFDAA6

Tints of Astra #EFDAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.65%

R = 38.36%
G = 34.99%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFDAA6 (or 0xEFDAA6) is known color: Astra. HEX triplet: EF, DA and A6. RGB value is (239,218,166). Sum of RGB (Red+Green+Blue) = 239+218+166=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 166 (65.23% from 255 or 26.65% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAA6 is #102559. Grayscale: #DADADA. Windows color (decimal): -1058138 or 10935023. OLE color: 10935023.

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

Color convert

RGB 239 218 166 -
CMYK 0 0.09 0.31 0.06
HSL 42.74º 0.7% 0.79% -
HSV(B) 42.74º 0.31% 0.94% -
XYZ 67.55 71.25 46.27 -
YUV 218.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 239 218 166 0 0.09 0.31 0.06 42.74 0.7 0.79
Hex EF DA A6 0 9 1F 6 2B 46 4F
Octal 357 332 246 0 11 37 6 53 106 117
Binary 11101111 11011010 10100110 0 1001 11111 110 101011 1000110 1001111

Color Harmonies of #EFDAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAA6

Black with #EFDAA6

Text Example


Text Example

White with #EFDAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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