Html Css Color HEX #EDA67F Tacao

📋 copy color: '#EDA67F'

red 237 ◦ green 166 ◦ blue 127

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

Shades of Tacao #EDA67F

Tints of Tacao #EDA67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.32%

 BLUE value IS 127 (50% from 255) = 23.96%

R = 44.72%
G = 31.32%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDA67F (or 0xEDA67F) is known color: Tacao. HEX triplet: ED, A6 and 7F. RGB value is (237,166,127). Sum of RGB (Red+Green+Blue) = 237+166+127=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA67F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA67F is #125980. Grayscale: #B7B7B7. Windows color (decimal): -1202561 or 8365805. OLE color: 8365805.

HSL color Cylindrical-coordinate representation of color #EDA67F: hue angle of 21.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDA67F is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 127 -
CMYK 0 0.30 0.46 0.07
HSL 21.27º 0.75% 0.71% -
HSV(B) 21.27º 0.46% 0.93% -
XYZ 52.39 46.81 26.35 -
YUV 182.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 237 166 127 0 0.30 0.46 0.07 21.27 0.75 0.71
Hex ED A6 7F 0 1E 2E 7 15 4B 47
Octal 355 246 177 0 36 56 7 25 113 107
Binary 11101101 10100110 1111111 0 11110 101110 111 10101 1001011 1000111

Color Harmonies of #EDA67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA67F

Black with #EDA67F

Text Example


Text Example

White with #EDA67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA67F; }

 p { color: rgb(237,166,127); }

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

background-color css

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

 a { background-color: rgb(237,166,127); }

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

border-color css

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

 span { border-color: rgb(237,166,127); }

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