Html Css Color HEX #EDB077 Tacao

📋 copy color: '#EDB077'

red 237 ◦ green 176 ◦ blue 119

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

Shades of Tacao #EDB077

Tints of Tacao #EDB077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.08%

 BLUE value IS 119 (46.88% from 255) = 22.37%

R = 44.55%
G = 33.08%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDB077 (or 0xEDB077) is known color: Tacao. HEX triplet: ED, B0 and 77. RGB value is (237,176,119). Sum of RGB (Red+Green+Blue) = 237+176+119=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB077 is #124F88. Grayscale: #BCBCBC. Windows color (decimal): -1200009 or 7844077. OLE color: 7844077.

HSL color Cylindrical-coordinate representation of color #EDB077: hue angle of 28.98º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDB077 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 119 -
CMYK 0 0.26 0.50 0.07
HSL 28.98º 0.77% 0.7% -
HSV(B) 28.98º 0.5% 0.93% -
XYZ 53.78 50.39 24.34 -
YUV 187.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 237 176 119 0 0.26 0.50 0.07 28.98 0.77 0.7
Hex ED B0 77 0 1A 32 7 1D 4D 46
Octal 355 260 167 0 32 62 7 35 115 106
Binary 11101101 10110000 1110111 0 11010 110010 111 11101 1001101 1000110

Color Harmonies of #EDB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB077

Black with #EDB077

Text Example


Text Example

White with #EDB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB077; }

 p { color: rgb(237,176,119); }

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

background-color css

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

 a { background-color: rgb(237,176,119); }

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

border-color css

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

 span { border-color: rgb(237,176,119); }

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