Html Css Color HEX #EDA470 Tacao

📋 copy color: '#EDA470'

red 237 ◦ green 164 ◦ blue 112

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

Shades of Tacao #EDA470

Tints of Tacao #EDA470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.97%

 BLUE value IS 112 (44.14% from 255) = 21.83%

R = 46.2%
G = 31.97%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDA470 (or 0xEDA470) is known color: Tacao. HEX triplet: ED, A4 and 70. RGB value is (237,164,112). Sum of RGB (Red+Green+Blue) = 237+164+112=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA470 is #125B8F. Grayscale: #B4B4B4. Windows color (decimal): -1203088 or 7382253. OLE color: 7382253.

HSL color Cylindrical-coordinate representation of color #EDA470: hue angle of 24.96º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDA470 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 112 -
CMYK 0 0.31 0.53 0.07
HSL 24.96º 0.78% 0.68% -
HSV(B) 24.96º 0.53% 0.93% -
XYZ 51.13 45.73 21.46 -
YUV 179.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 237 164 112 0 0.31 0.53 0.07 24.96 0.78 0.68
Hex ED A4 70 0 1F 35 7 19 4E 44
Octal 355 244 160 0 37 65 7 31 116 104
Binary 11101101 10100100 1110000 0 11111 110101 111 11001 1001110 1000100

Color Harmonies of #EDA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA470

Black with #EDA470

Text Example


Text Example

White with #EDA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA470; }

 p { color: rgb(237,164,112); }

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

background-color css

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

 a { background-color: rgb(237,164,112); }

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

border-color css

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

 span { border-color: rgb(237,164,112); }

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