Html Css Color HEX #EDA471 Tacao

📋 copy color: '#EDA471'

red 237 ◦ green 164 ◦ blue 113

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

Shades of Tacao #EDA471

Tints of Tacao #EDA471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.98%

R = 46.11%
G = 31.91%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDA471 (or 0xEDA471) is known color: Tacao. HEX triplet: ED, A4 and 71. RGB value is (237,164,113). Sum of RGB (Red+Green+Blue) = 237+164+113=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA471 is #125B8E. Grayscale: #B4B4B4. Windows color (decimal): -1203087 or 7447789. OLE color: 7447789.

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

Color convert

RGB 237 164 113 -
CMYK 0 0.31 0.52 0.07
HSL 24.68º 0.78% 0.69% -
HSV(B) 24.68º 0.52% 0.93% -
XYZ 51.18 45.75 21.76 -
YUV 180.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 237 164 113 0 0.31 0.52 0.07 24.68 0.78 0.69
Hex ED A4 71 0 1F 34 7 19 4E 45
Octal 355 244 161 0 37 64 7 31 116 105
Binary 11101101 10100100 1110001 0 11111 110100 111 11001 1001110 1000101

Color Harmonies of #EDA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA471

Black with #EDA471

Text Example


Text Example

White with #EDA471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA471; }

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

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

background-color css

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

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

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

border-color css

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

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

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