Html Css Color HEX #EDB17D Tacao

📋 copy color: '#EDB17D'

red 237 ◦ green 177 ◦ blue 125

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

Shades of Tacao #EDB17D

Tints of Tacao #EDB17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.19%

R = 43.97%
G = 32.84%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDB17D (or 0xEDB17D) is known color: Tacao. HEX triplet: ED, B1 and 7D. RGB value is (237,177,125). Sum of RGB (Red+Green+Blue) = 237+177+125=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB17D is #124E82. Grayscale: #BDBDBD. Windows color (decimal): -1199747 or 8237549. OLE color: 8237549.

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

Color convert

RGB 237 177 125 -
CMYK 0 0.25 0.47 0.07
HSL 27.86º 0.76% 0.71% -
HSV(B) 27.86º 0.47% 0.93% -
XYZ 54.35 50.93 26.37 -
YUV 189.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 237 177 125 0 0.25 0.47 0.07 27.86 0.76 0.71
Hex ED B1 7D 0 19 2F 7 1C 4C 47
Octal 355 261 175 0 31 57 7 34 114 107
Binary 11101101 10110001 1111101 0 11001 101111 111 11100 1001100 1000111

Color Harmonies of #EDB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB17D

Black with #EDB17D

Text Example


Text Example

White with #EDB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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