Html Css Color HEX #EDB07E Tacao

📋 copy color: '#EDB07E'

red 237 ◦ green 176 ◦ blue 126

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

Shades of Tacao #EDB07E

Tints of Tacao #EDB07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.38%

R = 43.97%
G = 32.65%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDB07E (or 0xEDB07E) is known color: Tacao. HEX triplet: ED, B0 and 7E. RGB value is (237,176,126). Sum of RGB (Red+Green+Blue) = 237+176+126=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB07E is #124F81. Grayscale: #BCBCBC. Windows color (decimal): -1200002 or 8302829. OLE color: 8302829.

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

Color convert

RGB 237 176 126 -
CMYK 0 0.26 0.47 0.07
HSL 27.03º 0.76% 0.71% -
HSV(B) 27.03º 0.47% 0.93% -
XYZ 54.22 50.56 26.64 -
YUV 188.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 237 176 126 0 0.26 0.47 0.07 27.03 0.76 0.71
Hex ED B0 7E 0 1A 2F 7 1B 4C 47
Octal 355 260 176 0 32 57 7 33 114 107
Binary 11101101 10110000 1111110 0 11010 101111 111 11011 1001100 1000111

Color Harmonies of #EDB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB07E

Black with #EDB07E

Text Example


Text Example

White with #EDB07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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