Html Css Color HEX #EDAB74 Tacao

📋 copy color: '#EDAB74'

red 237 ◦ green 171 ◦ blue 116

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

Shades of Tacao #EDAB74

Tints of Tacao #EDAB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.63%

 BLUE value IS 116 (45.7% from 255) = 22.14%

R = 45.23%
G = 32.63%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDAB74 (or 0xEDAB74) is known color: Tacao. HEX triplet: ED, AB and 74. RGB value is (237,171,116). Sum of RGB (Red+Green+Blue) = 237+171+116=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB74 is #12548B. Grayscale: #B8B8B8. Windows color (decimal): -1201292 or 7646189. OLE color: 7646189.

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

Color convert

RGB 237 171 116 -
CMYK 0 0.28 0.51 0.07
HSL 27.27º 0.77% 0.69% -
HSV(B) 27.27º 0.51% 0.93% -
XYZ 52.64 48.39 23.09 -
YUV 184.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 237 171 116 0 0.28 0.51 0.07 27.27 0.77 0.69
Hex ED AB 74 0 1C 33 7 1B 4D 45
Octal 355 253 164 0 34 63 7 33 115 105
Binary 11101101 10101011 1110100 0 11100 110011 111 11011 1001101 1000101

Color Harmonies of #EDAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB74

Black with #EDAB74

Text Example


Text Example

White with #EDAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB74; }

 p { color: rgb(237,171,116); }

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

background-color css

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

 a { background-color: rgb(237,171,116); }

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

border-color css

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

 span { border-color: rgb(237,171,116); }

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