Html Css Color HEX #EDC18E Corvette

📋 copy color: '#EDC18E'

red 237 ◦ green 193 ◦ blue 142

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

Shades of Corvette #EDC18E

Tints of Corvette #EDC18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.83%

R = 41.43%
G = 33.74%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDC18E (or 0xEDC18E) is known color: Corvette. HEX triplet: ED, C1 and 8E. RGB value is (237,193,142). Sum of RGB (Red+Green+Blue) = 237+193+142=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC18E is #123E71. Grayscale: #C8C8C8. Windows color (decimal): -1195634 or 9355757. OLE color: 9355757.

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

Color convert

RGB 237 193 142 -
CMYK 0 0.19 0.40 0.07
HSL 32.21º 0.73% 0.74% -
HSV(B) 32.21º 0.4% 0.93% -
XYZ 58.88 58.1 33.7 -
YUV 200.34 95.08 154.15 -
System Red Green Blue C M Y K H S L
Decimal 237 193 142 0 0.19 0.40 0.07 32.21 0.73 0.74
Hex ED C1 8E 0 13 28 7 20 49 4A
Octal 355 301 216 0 23 50 7 40 111 112
Binary 11101101 11000001 10001110 0 10011 101000 111 100000 1001001 1001010

Color Harmonies of #EDC18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC18E

Black with #EDC18E

Text Example


Text Example

White with #EDC18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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