Html Css Color HEX #EDB07A Tacao

📋 copy color: '#EDB07A'

red 237 ◦ green 176 ◦ blue 122

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

Shades of Tacao #EDB07A

Tints of Tacao #EDB07A

RGB

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

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

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

R = 44.3%
G = 32.9%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDB07A (or 0xEDB07A) is known color: Tacao. HEX triplet: ED, B0 and 7A. RGB value is (237,176,122). Sum of RGB (Red+Green+Blue) = 237+176+122=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB07A is #124F85. Grayscale: #BCBCBC. Windows color (decimal): -1200006 or 8040685. OLE color: 8040685.

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

Color convert

RGB 237 176 122 -
CMYK 0 0.26 0.49 0.07
HSL 28.17º 0.76% 0.7% -
HSV(B) 28.17º 0.49% 0.93% -
XYZ 53.96 50.46 25.31 -
YUV 188.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 237 176 122 0 0.26 0.49 0.07 28.17 0.76 0.7
Hex ED B0 7A 0 1A 31 7 1C 4C 46
Octal 355 260 172 0 32 61 7 34 114 106
Binary 11101101 10110000 1111010 0 11010 110001 111 11100 1001100 1000110

Color Harmonies of #EDB07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB07A

Black with #EDB07A

Text Example


Text Example

White with #EDB07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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