Html Css Color HEX #EDA274 Tacao

📋 copy color: '#EDA274'

red 237 ◦ green 162 ◦ blue 116

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

Shades of Tacao #EDA274

Tints of Tacao #EDA274

RGB

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

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

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

R = 46.02%
G = 31.46%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDA274 (or 0xEDA274) is known color: Tacao. HEX triplet: ED, A2 and 74. RGB value is (237,162,116). Sum of RGB (Red+Green+Blue) = 237+162+116=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA274 is #125D8B. Grayscale: #B3B3B3. Windows color (decimal): -1203596 or 7643885. OLE color: 7643885.

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

Color convert

RGB 237 162 116 -
CMYK 0 0.32 0.51 0.07
HSL 22.81º 0.77% 0.69% -
HSV(B) 22.81º 0.51% 0.93% -
XYZ 51 45.11 22.54 -
YUV 179.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 237 162 116 0 0.32 0.51 0.07 22.81 0.77 0.69
Hex ED A2 74 0 20 33 7 17 4D 45
Octal 355 242 164 0 40 63 7 27 115 105
Binary 11101101 10100010 1110100 0 100000 110011 111 10111 1001101 1000101

Color Harmonies of #EDA274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA274

Black with #EDA274

Text Example


Text Example

White with #EDA274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA274; }

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

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

background-color css

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

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

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

border-color css

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

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

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