Html Css Color HEX #EDB680 Corvette

📋 copy color: '#EDB680'

red 237 ◦ green 182 ◦ blue 128

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

Shades of Corvette #EDB680

Tints of Corvette #EDB680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.27%

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

R = 43.33%
G = 33.27%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDB680 (or 0xEDB680) is known color: Corvette. HEX triplet: ED, B6 and 80. RGB value is (237,182,128). Sum of RGB (Red+Green+Blue) = 237+182+128=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB680 is #12497F. Grayscale: #C0C0C0. Windows color (decimal): -1198464 or 8435437. OLE color: 8435437.

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

Color convert

RGB 237 182 128 -
CMYK 0 0.23 0.46 0.07
HSL 29.72º 0.75% 0.72% -
HSV(B) 29.72º 0.46% 0.93% -
XYZ 55.55 53.02 27.73 -
YUV 192.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 237 182 128 0 0.23 0.46 0.07 29.72 0.75 0.72
Hex ED B6 80 0 17 2E 7 1E 4B 48
Octal 355 266 200 0 27 56 7 36 113 110
Binary 11101101 10110110 10000000 0 10111 101110 111 11110 1001011 1001000

Color Harmonies of #EDB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB680

Black with #EDB680

Text Example


Text Example

White with #EDB680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB680; }

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

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

background-color css

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

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

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

border-color css

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

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

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