Html Css Color HEX #EDB174 Tacao

📋 copy color: '#EDB174'

red 237 ◦ green 177 ◦ blue 116

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

Shades of Tacao #EDB174

Tints of Tacao #EDB174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.89%

R = 44.72%
G = 33.4%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDB174 (or 0xEDB174) is known color: Tacao. HEX triplet: ED, B1 and 74. RGB value is (237,177,116). Sum of RGB (Red+Green+Blue) = 237+177+116=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB174 is #124E8B. Grayscale: #BCBCBC. Windows color (decimal): -1199756 or 7647725. OLE color: 7647725.

HSL color Cylindrical-coordinate representation of color #EDB174: hue angle of 30.25º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDB174 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 116 -
CMYK 0 0.25 0.51 0.07
HSL 30.25º 0.77% 0.69% -
HSV(B) 30.25º 0.51% 0.93% -
XYZ 53.8 50.71 23.48 -
YUV 187.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 237 177 116 0 0.25 0.51 0.07 30.25 0.77 0.69
Hex ED B1 74 0 19 33 7 1E 4D 45
Octal 355 261 164 0 31 63 7 36 115 105
Binary 11101101 10110001 1110100 0 11001 110011 111 11110 1001101 1000101

Color Harmonies of #EDB174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB174

Black with #EDB174

Text Example


Text Example

White with #EDB174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB174; }

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

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

background-color css

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

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

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

border-color css

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

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

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