Html Css Color HEX #EDC592 New Tan

📋 copy color: '#EDC592'

red 237 ◦ green 197 ◦ blue 146

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

Shades of New Tan #EDC592

Tints of New Tan #EDC592

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.97%

 BLUE value IS 146 (57.42% from 255) = 25.17%

R = 40.86%
G = 33.97%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDC592 (or 0xEDC592) is known color: New Tan. HEX triplet: ED, C5 and 92. RGB value is (237,197,146). Sum of RGB (Red+Green+Blue) = 237+197+146=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC592 is #123A6D. Grayscale: #CBCBCB. Windows color (decimal): -1194606 or 9618925. OLE color: 9618925.

HSL color Cylindrical-coordinate representation of color #EDC592: hue angle of 33.63º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDC592 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 146 -
CMYK 0 0.17 0.38 0.07
HSL 33.63º 0.72% 0.75% -
HSV(B) 33.63º 0.38% 0.93% -
XYZ 60.08 60.01 35.61 -
YUV 203.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 237 197 146 0 0.17 0.38 0.07 33.63 0.72 0.75
Hex ED C5 92 0 11 26 7 22 48 4B
Octal 355 305 222 0 21 46 7 42 110 113
Binary 11101101 11000101 10010010 0 10001 100110 111 100010 1001000 1001011

Color Harmonies of #EDC592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC592

Black with #EDC592

Text Example


Text Example

White with #EDC592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC592; }

 p { color: rgb(237,197,146); }

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

background-color css

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

 a { background-color: rgb(237,197,146); }

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

border-color css

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

 span { border-color: rgb(237,197,146); }

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