Html Css Color HEX #EDA97D Tacao

📋 copy color: '#EDA97D'

red 237 ◦ green 169 ◦ blue 125

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

Shades of Tacao #EDA97D

Tints of Tacao #EDA97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.54%

R = 44.63%
G = 31.83%
B = 23.54%

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

#EDA97D (or 0xEDA97D) is known color: Tacao. HEX triplet: ED, A9 and 7D. RGB value is (237,169,125). Sum of RGB (Red+Green+Blue) = 237+169+125=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA97D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA97D is #125682. Grayscale: #B8B8B8. Windows color (decimal): -1201795 or 8235501. OLE color: 8235501.

HSL color Cylindrical-coordinate representation of color #EDA97D: hue angle of 23.57º 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 #EDA97D is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 169 125 -
CMYK 0 0.29 0.47 0.07
HSL 23.57º 0.76% 0.71% -
HSV(B) 23.57º 0.47% 0.93% -
XYZ 52.81 47.86 25.86 -
YUV 184.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 237 169 125 0 0.29 0.47 0.07 23.57 0.76 0.71
Hex ED A9 7D 0 1D 2F 7 18 4C 47
Octal 355 251 175 0 35 57 7 30 114 107
Binary 11101101 10101001 1111101 0 11101 101111 111 11000 1001100 1000111

Color Harmonies of #EDA97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA97D

Black with #EDA97D

Text Example


Text Example

White with #EDA97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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