Html Css Color HEX #EDA277 Tacao

📋 copy color: '#EDA277'

red 237 ◦ green 162 ◦ blue 119

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

Shades of Tacao #EDA277

Tints of Tacao #EDA277

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.27%

 BLUE value IS 119 (46.88% from 255) = 22.97%

R = 45.75%
G = 31.27%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDA277 (or 0xEDA277) is known color: Tacao. HEX triplet: ED, A2 and 77. RGB value is (237,162,119). Sum of RGB (Red+Green+Blue) = 237+162+119=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA277 is #125D88. Grayscale: #B3B3B3. Windows color (decimal): -1203593 or 7840493. OLE color: 7840493.

HSL color Cylindrical-coordinate representation of color #EDA277: hue angle of 21.86º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDA277 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 162 119 -
CMYK 0 0.32 0.50 0.07
HSL 21.86º 0.77% 0.7% -
HSV(B) 21.86º 0.5% 0.93% -
XYZ 51.18 45.18 23.48 -
YUV 179.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 237 162 119 0 0.32 0.50 0.07 21.86 0.77 0.7
Hex ED A2 77 0 20 32 7 16 4D 46
Octal 355 242 167 0 40 62 7 26 115 106
Binary 11101101 10100010 1110111 0 100000 110010 111 10110 1001101 1000110

Color Harmonies of #EDA277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA277

Black with #EDA277

Text Example


Text Example

White with #EDA277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA277; }

 p { color: rgb(237,162,119); }

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

background-color css

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

 a { background-color: rgb(237,162,119); }

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

border-color css

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

 span { border-color: rgb(237,162,119); }

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