Html Css Color HEX #EDA97E Tacao

📋 copy color: '#EDA97E'

red 237 ◦ green 169 ◦ blue 126

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

Shades of Tacao #EDA97E

Tints of Tacao #EDA97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.68%

R = 44.55%
G = 31.77%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDA97E (or 0xEDA97E) is known color: Tacao. HEX triplet: ED, A9 and 7E. RGB value is (237,169,126). Sum of RGB (Red+Green+Blue) = 237+169+126=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA97E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA97E is #125681. Grayscale: #B8B8B8. Windows color (decimal): -1201794 or 8301037. OLE color: 8301037.

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

Color convert

RGB 237 169 126 -
CMYK 0 0.29 0.47 0.07
HSL 23.24º 0.76% 0.71% -
HSV(B) 23.24º 0.47% 0.93% -
XYZ 52.88 47.89 26.19 -
YUV 184.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 237 169 126 0 0.29 0.47 0.07 23.24 0.76 0.71
Hex ED A9 7E 0 1D 2F 7 17 4C 47
Octal 355 251 176 0 35 57 7 27 114 107
Binary 11101101 10101001 1111110 0 11101 101111 111 10111 1001100 1000111

Color Harmonies of #EDA97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA97E

Black with #EDA97E

Text Example


Text Example

White with #EDA97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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