Html Css Color HEX #EDC180 Corvette

📋 copy color: '#EDC180'

red 237 ◦ green 193 ◦ blue 128

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

Shades of Corvette #EDC180

Tints of Corvette #EDC180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.94%

R = 42.47%
G = 34.59%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDC180 (or 0xEDC180) is known color: Corvette. HEX triplet: ED, C1 and 80. RGB value is (237,193,128). Sum of RGB (Red+Green+Blue) = 237+193+128=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC180 is #123E7F. Grayscale: #C7C7C7. Windows color (decimal): -1195648 or 8438253. OLE color: 8438253.

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

Color convert

RGB 237 193 128 -
CMYK 0 0.19 0.46 0.07
HSL 35.78º 0.75% 0.72% -
HSV(B) 35.78º 0.46% 0.93% -
XYZ 57.89 57.7 28.51 -
YUV 198.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 237 193 128 0 0.19 0.46 0.07 35.78 0.75 0.72
Hex ED C1 80 0 13 2E 7 24 4B 48
Octal 355 301 200 0 23 56 7 44 113 110
Binary 11101101 11000001 10000000 0 10011 101110 111 100100 1001011 1001000

Color Harmonies of #EDC180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC180

Black with #EDC180

Text Example


Text Example

White with #EDC180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC180; }

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

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

background-color css

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

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

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

border-color css

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

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

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