Html Css Color HEX #EDB07C Tacao

📋 copy color: '#EDB07C'

red 237 ◦ green 176 ◦ blue 124

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

Shades of Tacao #EDB07C

Tints of Tacao #EDB07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.09%

R = 44.13%
G = 32.77%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDB07C (or 0xEDB07C) is known color: Tacao. HEX triplet: ED, B0 and 7C. RGB value is (237,176,124). Sum of RGB (Red+Green+Blue) = 237+176+124=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB07C is #124F83. Grayscale: #BCBCBC. Windows color (decimal): -1200004 or 8171757. OLE color: 8171757.

HSL color Cylindrical-coordinate representation of color #EDB07C: hue angle of 27.61º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDB07C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 124 -
CMYK 0 0.26 0.48 0.07
HSL 27.61º 0.76% 0.71% -
HSV(B) 27.61º 0.48% 0.93% -
XYZ 54.09 50.51 25.97 -
YUV 188.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 237 176 124 0 0.26 0.48 0.07 27.61 0.76 0.71
Hex ED B0 7C 0 1A 30 7 1C 4C 47
Octal 355 260 174 0 32 60 7 34 114 107
Binary 11101101 10110000 1111100 0 11010 110000 111 11100 1001100 1000111

Color Harmonies of #EDB07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB07C

Black with #EDB07C

Text Example


Text Example

White with #EDB07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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