Html Css Color HEX #EFD4A7 Astra

📋 copy color: '#EFD4A7'

red 239 ◦ green 212 ◦ blue 167

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

Shades of Astra #EFD4A7

Tints of Astra #EFD4A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.02%

R = 38.67%
G = 34.3%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFD4A7 (or 0xEFD4A7) is known color: Astra. HEX triplet: EF, D4 and A7. RGB value is (239,212,167). Sum of RGB (Red+Green+Blue) = 239+212+167=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 167 (65.62% from 255 or 27.02% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4A7 is #102B58. Grayscale: #D7D7D7. Windows color (decimal): -1059673 or 10999023. OLE color: 10999023.

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

Color convert

RGB 239 212 167 -
CMYK 0 0.11 0.30 0.06
HSL 37.5º 0.69% 0.8% -
HSV(B) 37.5º 0.3% 0.94% -
XYZ 66.12 68.23 46.24 -
YUV 214.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 239 212 167 0 0.11 0.30 0.06 37.5 0.69 0.8
Hex EF D4 A7 0 B 1E 6 26 45 50
Octal 357 324 247 0 13 36 6 46 105 120
Binary 11101111 11010100 10100111 0 1011 11110 110 100110 1000101 1010000

Color Harmonies of #EFD4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4A7

Black with #EFD4A7

Text Example


Text Example

White with #EFD4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4A7; }

 p { color: rgb(239,212,167); }

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

background-color css

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

 a { background-color: rgb(239,212,167); }

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

border-color css

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

 span { border-color: rgb(239,212,167); }

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