Html Css Color HEX #EDA975 Tacao

📋 copy color: '#EDA975'

red 237 ◦ green 169 ◦ blue 117

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

Shades of Tacao #EDA975

Tints of Tacao #EDA975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.37%

R = 45.32%
G = 32.31%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDA975 (or 0xEDA975) is known color: Tacao. HEX triplet: ED, A9 and 75. RGB value is (237,169,117). Sum of RGB (Red+Green+Blue) = 237+169+117=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA975 is #12568A. Grayscale: #B7B7B7. Windows color (decimal): -1201803 or 7711213. OLE color: 7711213.

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

Color convert

RGB 237 169 117 -
CMYK 0 0.29 0.51 0.07
HSL 26º 0.77% 0.69% -
HSV(B) 26º 0.51% 0.93% -
XYZ 52.32 47.66 23.27 -
YUV 183.4 90.53 166.23 -
System Red Green Blue C M Y K H S L
Decimal 237 169 117 0 0.29 0.51 0.07 26 0.77 0.69
Hex ED A9 75 0 1D 33 7 1A 4D 45
Octal 355 251 165 0 35 63 7 32 115 105
Binary 11101101 10101001 1110101 0 11101 110011 111 11010 1001101 1000101

Color Harmonies of #EDA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA975

Black with #EDA975

Text Example


Text Example

White with #EDA975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA975; }

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

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

background-color css

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

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

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

border-color css

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

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

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