Html Css Color HEX #EDA678 Tacao

📋 copy color: '#EDA678'

red 237 ◦ green 166 ◦ blue 120

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

Shades of Tacao #EDA678

Tints of Tacao #EDA678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.94%

R = 45.32%
G = 31.74%
B = 22.94%

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

#EDA678 (or 0xEDA678) is known color: Tacao. HEX triplet: ED, A6 and 78. RGB value is (237,166,120). Sum of RGB (Red+Green+Blue) = 237+166+120=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA678 is #125987. Grayscale: #B6B6B6. Windows color (decimal): -1202568 or 7907053. OLE color: 7907053.

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

Color convert

RGB 237 166 120 -
CMYK 0 0.30 0.49 0.07
HSL 23.59º 0.76% 0.7% -
HSV(B) 23.59º 0.49% 0.93% -
XYZ 51.95 46.63 24.03 -
YUV 181.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 237 166 120 0 0.30 0.49 0.07 23.59 0.76 0.7
Hex ED A6 78 0 1E 31 7 18 4C 46
Octal 355 246 170 0 36 61 7 30 114 106
Binary 11101101 10100110 1111000 0 11110 110001 111 11000 1001100 1000110

Color Harmonies of #EDA678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA678

Black with #EDA678

Text Example


Text Example

White with #EDA678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA678; }

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

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

background-color css

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

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

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

border-color css

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

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

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