Html Css Color HEX #EDB980 Corvette

📋 copy color: '#EDB980'

red 237 ◦ green 185 ◦ blue 128

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

Shades of Corvette #EDB980

Tints of Corvette #EDB980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.64%

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

R = 43.09%
G = 33.64%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDB980 (or 0xEDB980) is known color: Corvette. HEX triplet: ED, B9 and 80. RGB value is (237,185,128). Sum of RGB (Red+Green+Blue) = 237+185+128=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB980 is #12467F. Grayscale: #C2C2C2. Windows color (decimal): -1197696 or 8436205. OLE color: 8436205.

HSL color Cylindrical-coordinate representation of color #EDB980: hue angle of 31.38º 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 #EDB980 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 128 -
CMYK 0 0.22 0.46 0.07
HSL 31.38º 0.75% 0.72% -
HSV(B) 31.38º 0.46% 0.93% -
XYZ 56.17 54.26 27.94 -
YUV 194.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 237 185 128 0 0.22 0.46 0.07 31.38 0.75 0.72
Hex ED B9 80 0 16 2E 7 1F 4B 48
Octal 355 271 200 0 26 56 7 37 113 110
Binary 11101101 10111001 10000000 0 10110 101110 111 11111 1001011 1001000

Color Harmonies of #EDB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB980

Black with #EDB980

Text Example


Text Example

White with #EDB980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB980; }

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

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

background-color css

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

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

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

border-color css

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

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

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