Html Css Color HEX #EDB275 Tacao

📋 copy color: '#EDB275'

red 237 ◦ green 178 ◦ blue 117

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

Shades of Tacao #EDB275

Tints of Tacao #EDB275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.46%

 BLUE value IS 117 (46.09% from 255) = 21.99%

R = 44.55%
G = 33.46%
B = 21.99%

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

#EDB275 (or 0xEDB275) is known color: Tacao. HEX triplet: ED, B2 and 75. RGB value is (237,178,117). Sum of RGB (Red+Green+Blue) = 237+178+117=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB275 is #124D8A. Grayscale: #BCBCBC. Windows color (decimal): -1199499 or 7713517. OLE color: 7713517.

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

Color convert

RGB 237 178 117 -
CMYK 0 0.25 0.51 0.07
HSL 30.5º 0.77% 0.69% -
HSV(B) 30.5º 0.51% 0.93% -
XYZ 54.06 51.13 23.85 -
YUV 188.69 87.55 162.46 -
System Red Green Blue C M Y K H S L
Decimal 237 178 117 0 0.25 0.51 0.07 30.5 0.77 0.69
Hex ED B2 75 0 19 33 7 1E 4D 45
Octal 355 262 165 0 31 63 7 36 115 105
Binary 11101101 10110010 1110101 0 11001 110011 111 11110 1001101 1000101

Color Harmonies of #EDB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB275

Black with #EDB275

Text Example


Text Example

White with #EDB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB275; }

 p { color: rgb(237,178,117); }

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

background-color css

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

 a { background-color: rgb(237,178,117); }

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

border-color css

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

 span { border-color: rgb(237,178,117); }

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