Html Css Color HEX #EDA67A Tacao

📋 copy color: '#EDA67A'

red 237 ◦ green 166 ◦ blue 122

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

Shades of Tacao #EDA67A

Tints of Tacao #EDA67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.24%

R = 45.14%
G = 31.62%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDA67A (or 0xEDA67A) is known color: Tacao. HEX triplet: ED, A6 and 7A. RGB value is (237,166,122). Sum of RGB (Red+Green+Blue) = 237+166+122=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA67A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA67A is #125985. Grayscale: #B6B6B6. Windows color (decimal): -1202566 or 8038125. OLE color: 8038125.

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

Color convert

RGB 237 166 122 -
CMYK 0 0.30 0.49 0.07
HSL 22.96º 0.76% 0.7% -
HSV(B) 22.96º 0.49% 0.93% -
XYZ 52.07 46.68 24.68 -
YUV 182.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 237 166 122 0 0.30 0.49 0.07 22.96 0.76 0.7
Hex ED A6 7A 0 1E 31 7 17 4C 46
Octal 355 246 172 0 36 61 7 27 114 106
Binary 11101101 10100110 1111010 0 11110 110001 111 10111 1001100 1000110

Color Harmonies of #EDA67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA67A

Black with #EDA67A

Text Example


Text Example

White with #EDA67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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