Html Css Color HEX #EDC186 Corvette

📋 copy color: '#EDC186'

red 237 ◦ green 193 ◦ blue 134

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

Shades of Corvette #EDC186

Tints of Corvette #EDC186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.76%

R = 42.02%
G = 34.22%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDC186 (or 0xEDC186) is known color: Corvette. HEX triplet: ED, C1 and 86. RGB value is (237,193,134). Sum of RGB (Red+Green+Blue) = 237+193+134=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC186 is #123E79. Grayscale: #C7C7C7. Windows color (decimal): -1195642 or 8831469. OLE color: 8831469.

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

Color convert

RGB 237 193 134 -
CMYK 0 0.19 0.43 0.07
HSL 34.37º 0.74% 0.73% -
HSV(B) 34.37º 0.43% 0.93% -
XYZ 58.3 57.87 30.65 -
YUV 199.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 237 193 134 0 0.19 0.43 0.07 34.37 0.74 0.73
Hex ED C1 86 0 13 2B 7 22 4A 49
Octal 355 301 206 0 23 53 7 42 112 111
Binary 11101101 11000001 10000110 0 10011 101011 111 100010 1001010 1001001

Color Harmonies of #EDC186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC186

Black with #EDC186

Text Example


Text Example

White with #EDC186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC186; }

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

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

background-color css

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

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

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

border-color css

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

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

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