Html Css Color HEX #EDCA99 New Tan

📋 copy color: '#EDCA99'

red 237 ◦ green 202 ◦ blue 153

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

Shades of New Tan #EDCA99

Tints of New Tan #EDCA99

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.12%

 BLUE value IS 153 (60.16% from 255) = 25.84%

R = 40.03%
G = 34.12%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDCA99 (or 0xEDCA99) is known color: New Tan. HEX triplet: ED, CA and 99. RGB value is (237,202,153). Sum of RGB (Red+Green+Blue) = 237+202+153=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA99 is #123566. Grayscale: #CFCFCF. Windows color (decimal): -1193319 or 10078957. OLE color: 10078957.

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

Color convert

RGB 237 202 153 -
CMYK 0 0.15 0.35 0.07
HSL 35º 0.7% 0.76% -
HSV(B) 35º 0.35% 0.93% -
XYZ 61.8 62.55 38.95 -
YUV 206.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 237 202 153 0 0.15 0.35 0.07 35 0.7 0.76
Hex ED CA 99 0 F 23 7 23 46 4C
Octal 355 312 231 0 17 43 7 43 106 114
Binary 11101101 11001010 10011001 0 1111 100011 111 100011 1000110 1001100

Color Harmonies of #EDCA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA99

Black with #EDCA99

Text Example


Text Example

White with #EDCA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA99; }

 p { color: rgb(237,202,153); }

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

background-color css

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

 a { background-color: rgb(237,202,153); }

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

border-color css

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

 span { border-color: rgb(237,202,153); }

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