Html Css Color HEX #EDA375 Tacao

📋 copy color: '#EDA375'

red 237 ◦ green 163 ◦ blue 117

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

Shades of Tacao #EDA375

Tints of Tacao #EDA375

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.53%

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

R = 45.84%
G = 31.53%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDA375 (or 0xEDA375) is known color: Tacao. HEX triplet: ED, A3 and 75. RGB value is (237,163,117). Sum of RGB (Red+Green+Blue) = 237+163+117=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA375 is #125C8A. Grayscale: #B4B4B4. Windows color (decimal): -1203339 or 7709677. OLE color: 7709677.

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

Color convert

RGB 237 163 117 -
CMYK 0 0.31 0.51 0.07
HSL 23º 0.77% 0.69% -
HSV(B) 23º 0.51% 0.93% -
XYZ 51.23 45.48 22.91 -
YUV 179.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 237 163 117 0 0.31 0.51 0.07 23 0.77 0.69
Hex ED A3 75 0 1F 33 7 17 4D 45
Octal 355 243 165 0 37 63 7 27 115 105
Binary 11101101 10100011 1110101 0 11111 110011 111 10111 1001101 1000101

Color Harmonies of #EDA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA375

Black with #EDA375

Text Example


Text Example

White with #EDA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA375; }

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

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

background-color css

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

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

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

border-color css

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

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

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