Html Css Color HEX #EDC18D Corvette

📋 copy color: '#EDC18D'

red 237 ◦ green 193 ◦ blue 141

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

Shades of Corvette #EDC18D

Tints of Corvette #EDC18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.69%

R = 41.51%
G = 33.8%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDC18D (or 0xEDC18D) is known color: Corvette. HEX triplet: ED, C1 and 8D. RGB value is (237,193,141). Sum of RGB (Red+Green+Blue) = 237+193+141=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC18D is #123E72. Grayscale: #C8C8C8. Windows color (decimal): -1195635 or 9290221. OLE color: 9290221.

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

Color convert

RGB 237 193 141 -
CMYK 0 0.19 0.41 0.07
HSL 32.5º 0.73% 0.74% -
HSV(B) 32.5º 0.41% 0.93% -
XYZ 58.8 58.07 33.31 -
YUV 200.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 237 193 141 0 0.19 0.41 0.07 32.5 0.73 0.74
Hex ED C1 8D 0 13 29 7 20 49 4A
Octal 355 301 215 0 23 51 7 40 111 112
Binary 11101101 11000001 10001101 0 10011 101001 111 100000 1001001 1001010

Color Harmonies of #EDC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC18D

Black with #EDC18D

Text Example


Text Example

White with #EDC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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