Html Css Color HEX #EDC19A New Tan

📋 copy color: '#EDC19A'

red 237 ◦ green 193 ◦ blue 154

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

Shades of New Tan #EDC19A

Tints of New Tan #EDC19A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.05%

 BLUE value IS 154 (60.55% from 255) = 26.37%

R = 40.58%
G = 33.05%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDC19A (or 0xEDC19A) is known color: New Tan. HEX triplet: ED, C1 and 9A. RGB value is (237,193,154). Sum of RGB (Red+Green+Blue) = 237+193+154=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC19A is #123E65. Grayscale: #C9C9C9. Windows color (decimal): -1195622 or 10142189. OLE color: 10142189.

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

Color convert

RGB 237 193 154 -
CMYK 0 0.19 0.35 0.07
HSL 28.19º 0.7% 0.77% -
HSV(B) 28.19º 0.35% 0.93% -
XYZ 59.83 58.48 38.71 -
YUV 201.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 237 193 154 0 0.19 0.35 0.07 28.19 0.7 0.77
Hex ED C1 9A 0 13 23 7 1C 46 4D
Octal 355 301 232 0 23 43 7 34 106 115
Binary 11101101 11000001 10011010 0 10011 100011 111 11100 1000110 1001101

Color Harmonies of #EDC19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC19A

Black with #EDC19A

Text Example


Text Example

White with #EDC19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC19A; }

 p { color: rgb(237,193,154); }

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

background-color css

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

 a { background-color: rgb(237,193,154); }

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

border-color css

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

 span { border-color: rgb(237,193,154); }

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