Html Css Color HEX #EDA378 Tacao

📋 copy color: '#EDA378'

red 237 ◦ green 163 ◦ blue 120

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

Shades of Tacao #EDA378

Tints of Tacao #EDA378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.35%

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

R = 45.58%
G = 31.35%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDA378 (or 0xEDA378) is known color: Tacao. HEX triplet: ED, A3 and 78. RGB value is (237,163,120). Sum of RGB (Red+Green+Blue) = 237+163+120=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA378 is #125C87. Grayscale: #B4B4B4. Windows color (decimal): -1203336 or 7906285. OLE color: 7906285.

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

Color convert

RGB 237 163 120 -
CMYK 0 0.31 0.49 0.07
HSL 22.05º 0.76% 0.7% -
HSV(B) 22.05º 0.49% 0.93% -
XYZ 51.41 45.55 23.85 -
YUV 180.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 237 163 120 0 0.31 0.49 0.07 22.05 0.76 0.7
Hex ED A3 78 0 1F 31 7 16 4C 46
Octal 355 243 170 0 37 61 7 26 114 106
Binary 11101101 10100011 1111000 0 11111 110001 111 10110 1001100 1000110

Color Harmonies of #EDA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA378

Black with #EDA378

Text Example


Text Example

White with #EDA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA378; }

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

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

background-color css

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

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

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

border-color css

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

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

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