Html Css Color HEX #EDAB7D Tacao

📋 copy color: '#EDAB7D'

red 237 ◦ green 171 ◦ blue 125

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

Shades of Tacao #EDAB7D

Tints of Tacao #EDAB7D

RGB

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

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

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

R = 44.47%
G = 32.08%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDAB7D (or 0xEDAB7D) is known color: Tacao. HEX triplet: ED, AB and 7D. RGB value is (237,171,125). Sum of RGB (Red+Green+Blue) = 237+171+125=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB7D is #125482. Grayscale: #B9B9B9. Windows color (decimal): -1201283 or 8236013. OLE color: 8236013.

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

Color convert

RGB 237 171 125 -
CMYK 0 0.28 0.47 0.07
HSL 24.64º 0.76% 0.71% -
HSV(B) 24.64º 0.47% 0.93% -
XYZ 53.19 48.61 25.98 -
YUV 185.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 237 171 125 0 0.28 0.47 0.07 24.64 0.76 0.71
Hex ED AB 7D 0 1C 2F 7 19 4C 47
Octal 355 253 175 0 34 57 7 31 114 107
Binary 11101101 10101011 1111101 0 11100 101111 111 11001 1001100 1000111

Color Harmonies of #EDAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB7D

Black with #EDAB7D

Text Example


Text Example

White with #EDAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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