Html Css Color HEX #EDD5AA Astra

📋 copy color: '#EDD5AA'

red 237 ◦ green 213 ◦ blue 170

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

Shades of Astra #EDD5AA

Tints of Astra #EDD5AA

RGB

 RED value IS 237 (92.97% from 255) = 38.23%

 GREEN value IS 213 (83.59% from 255) = 34.35%

 BLUE value IS 170 (66.8% from 255) = 27.42%

R = 38.23%
G = 34.35%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDD5AA (or 0xEDD5AA) is known color: Astra. HEX triplet: ED, D5 and AA. RGB value is (237,213,170). Sum of RGB (Red+Green+Blue) = 237+213+170=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD5AA is #122A55. Grayscale: #D7D7D7. Windows color (decimal): -1190486 or 11195885. OLE color: 11195885.

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

Color convert

RGB 237 213 170 -
CMYK 0 0.10 0.28 0.07
HSL 38.51º 0.65% 0.8% -
HSV(B) 38.51º 0.28% 0.93% -
XYZ 65.98 68.5 47.77 -
YUV 215.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 237 213 170 0 0.10 0.28 0.07 38.51 0.65 0.8
Hex ED D5 AA 0 A 1C 7 27 41 50
Octal 355 325 252 0 12 34 7 47 101 120
Binary 11101101 11010101 10101010 0 1010 11100 111 100111 1000001 1010000

Color Harmonies of #EDD5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5AA

Black with #EDD5AA

Text Example


Text Example

White with #EDD5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5AA; }

 p { color: rgb(237,213,170); }

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

background-color css

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

 a { background-color: rgb(237,213,170); }

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

border-color css

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

 span { border-color: rgb(237,213,170); }

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