Html Css Color HEX #EDAB70 Tacao

📋 copy color: '#EDAB70'

red 237 ◦ green 171 ◦ blue 112

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

Shades of Tacao #EDAB70

Tints of Tacao #EDAB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.54%

R = 45.58%
G = 32.88%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDAB70 (or 0xEDAB70) is known color: Tacao. HEX triplet: ED, AB and 70. RGB value is (237,171,112). Sum of RGB (Red+Green+Blue) = 237+171+112=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB70 is #12548F. Grayscale: #B8B8B8. Windows color (decimal): -1201296 or 7384045. OLE color: 7384045.

HSL color Cylindrical-coordinate representation of color #EDAB70: hue angle of 28.32º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDAB70 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 112 -
CMYK 0 0.28 0.53 0.07
HSL 28.32º 0.78% 0.68% -
HSV(B) 28.32º 0.53% 0.93% -
XYZ 52.41 48.3 21.89 -
YUV 184.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 237 171 112 0 0.28 0.53 0.07 28.32 0.78 0.68
Hex ED AB 70 0 1C 35 7 1C 4E 44
Octal 355 253 160 0 34 65 7 34 116 104
Binary 11101101 10101011 1110000 0 11100 110101 111 11100 1001110 1000100

Color Harmonies of #EDAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB70

Black with #EDAB70

Text Example


Text Example

White with #EDAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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