Html Css Color HEX #EDC692 New Tan

📋 copy color: '#EDC692'

red 237 ◦ green 198 ◦ blue 146

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

Shades of New Tan #EDC692

Tints of New Tan #EDC692

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.08%

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

R = 40.79%
G = 34.08%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDC692 (or 0xEDC692) is known color: New Tan. HEX triplet: ED, C6 and 92. RGB value is (237,198,146). Sum of RGB (Red+Green+Blue) = 237+198+146=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC692 is #12396D. Grayscale: #CBCBCB. Windows color (decimal): -1194350 or 9619181. OLE color: 9619181.

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

Color convert

RGB 237 198 146 -
CMYK 0 0.16 0.38 0.07
HSL 34.29º 0.72% 0.75% -
HSV(B) 34.29º 0.38% 0.93% -
XYZ 60.31 60.47 35.69 -
YUV 203.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 237 198 146 0 0.16 0.38 0.07 34.29 0.72 0.75
Hex ED C6 92 0 10 26 7 22 48 4B
Octal 355 306 222 0 20 46 7 42 110 113
Binary 11101101 11000110 10010010 0 10000 100110 111 100010 1001000 1001011

Color Harmonies of #EDC692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC692

Black with #EDC692

Text Example


Text Example

White with #EDC692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC692; }

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

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

background-color css

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

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

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

border-color css

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

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

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