Html Css Color HEX #EDC18A Corvette

📋 copy color: '#EDC18A'

red 237 ◦ green 193 ◦ blue 138

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

Shades of Corvette #EDC18A

Tints of Corvette #EDC18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.3%

R = 41.73%
G = 33.98%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDC18A (or 0xEDC18A) is known color: Corvette. HEX triplet: ED, C1 and 8A. RGB value is (237,193,138). Sum of RGB (Red+Green+Blue) = 237+193+138=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC18A is #123E75. Grayscale: #C8C8C8. Windows color (decimal): -1195638 or 9093613. OLE color: 9093613.

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

Color convert

RGB 237 193 138 -
CMYK 0 0.19 0.42 0.07
HSL 33.33º 0.73% 0.74% -
HSV(B) 33.33º 0.42% 0.93% -
XYZ 58.58 57.98 32.15 -
YUV 199.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 237 193 138 0 0.19 0.42 0.07 33.33 0.73 0.74
Hex ED C1 8A 0 13 2A 7 21 49 4A
Octal 355 301 212 0 23 52 7 41 111 112
Binary 11101101 11000001 10001010 0 10011 101010 111 100001 1001001 1001010

Color Harmonies of #EDC18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC18A

Black with #EDC18A

Text Example


Text Example

White with #EDC18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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