Html Css Color HEX #EDC18F Corvette

📋 copy color: '#EDC18F'

red 237 ◦ green 193 ◦ blue 143

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

Shades of Corvette #EDC18F

Tints of Corvette #EDC18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.96%

R = 41.36%
G = 33.68%
B = 24.96%

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

#EDC18F (or 0xEDC18F) is known color: Corvette. HEX triplet: ED, C1 and 8F. RGB value is (237,193,143). Sum of RGB (Red+Green+Blue) = 237+193+143=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC18F is #123E70. Grayscale: #C8C8C8. Windows color (decimal): -1195633 or 9421293. OLE color: 9421293.

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

Color convert

RGB 237 193 143 -
CMYK 0 0.19 0.40 0.07
HSL 31.91º 0.72% 0.75% -
HSV(B) 31.91º 0.4% 0.93% -
XYZ 58.95 58.13 34.1 -
YUV 200.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 237 193 143 0 0.19 0.40 0.07 31.91 0.72 0.75
Hex ED C1 8F 0 13 28 7 20 48 4B
Octal 355 301 217 0 23 50 7 40 110 113
Binary 11101101 11000001 10001111 0 10011 101000 111 100000 1001000 1001011

Color Harmonies of #EDC18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC18F

Black with #EDC18F

Text Example


Text Example

White with #EDC18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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