Html Css Color HEX #EDB178 Tacao

📋 copy color: '#EDB178'

red 237 ◦ green 177 ◦ blue 120

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

Shades of Tacao #EDB178

Tints of Tacao #EDB178

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.15%

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

R = 44.38%
G = 33.15%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDB178 (or 0xEDB178) is known color: Tacao. HEX triplet: ED, B1 and 78. RGB value is (237,177,120). Sum of RGB (Red+Green+Blue) = 237+177+120=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB178 is #124E87. Grayscale: #BCBCBC. Windows color (decimal): -1199752 or 7909869. OLE color: 7909869.

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

Color convert

RGB 237 177 120 -
CMYK 0 0.25 0.49 0.07
HSL 29.23º 0.76% 0.7% -
HSV(B) 29.23º 0.49% 0.93% -
XYZ 54.04 50.8 24.73 -
YUV 188.44 89.38 162.63 -
System Red Green Blue C M Y K H S L
Decimal 237 177 120 0 0.25 0.49 0.07 29.23 0.76 0.7
Hex ED B1 78 0 19 31 7 1D 4C 46
Octal 355 261 170 0 31 61 7 35 114 106
Binary 11101101 10110001 1111000 0 11001 110001 111 11101 1001100 1000110

Color Harmonies of #EDB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB178

Black with #EDB178

Text Example


Text Example

White with #EDB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB178; }

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

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

background-color css

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

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

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

border-color css

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

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

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