Html Css Color HEX #EDA97C Tacao

📋 copy color: '#EDA97C'

red 237 ◦ green 169 ◦ blue 124

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

Shades of Tacao #EDA97C

Tints of Tacao #EDA97C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.89%

 BLUE value IS 124 (48.83% from 255) = 23.4%

R = 44.72%
G = 31.89%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDA97C (or 0xEDA97C) is known color: Tacao. HEX triplet: ED, A9 and 7C. RGB value is (237,169,124). Sum of RGB (Red+Green+Blue) = 237+169+124=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA97C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA97C is #125683. Grayscale: #B8B8B8. Windows color (decimal): -1201796 or 8169965. OLE color: 8169965.

HSL color Cylindrical-coordinate representation of color #EDA97C: hue angle of 23.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDA97C is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 169 124 -
CMYK 0 0.29 0.48 0.07
HSL 23.89º 0.76% 0.71% -
HSV(B) 23.89º 0.48% 0.93% -
XYZ 52.75 47.84 25.52 -
YUV 184.2 94.03 165.66 -
System Red Green Blue C M Y K H S L
Decimal 237 169 124 0 0.29 0.48 0.07 23.89 0.76 0.71
Hex ED A9 7C 0 1D 30 7 18 4C 47
Octal 355 251 174 0 35 60 7 30 114 107
Binary 11101101 10101001 1111100 0 11101 110000 111 11000 1001100 1000111

Color Harmonies of #EDA97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA97C

Black with #EDA97C

Text Example


Text Example

White with #EDA97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA97C; }

 p { color: rgb(237,169,124); }

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

background-color css

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

 a { background-color: rgb(237,169,124); }

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

border-color css

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

 span { border-color: rgb(237,169,124); }

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