Html Css Color HEX #EDB382 Corvette

📋 copy color: '#EDB382'

red 237 ◦ green 179 ◦ blue 130

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

Shades of Corvette #EDB382

Tints of Corvette #EDB382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.78%

 BLUE value IS 130 (51.17% from 255) = 23.81%

R = 43.41%
G = 32.78%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDB382 (or 0xEDB382) is known color: Corvette. HEX triplet: ED, B3 and 82. RGB value is (237,179,130). Sum of RGB (Red+Green+Blue) = 237+179+130=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB382 is #124C7D. Grayscale: #BFBFBF. Windows color (decimal): -1199230 or 8565741. OLE color: 8565741.

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

Color convert

RGB 237 179 130 -
CMYK 0 0.24 0.45 0.07
HSL 27.48º 0.75% 0.72% -
HSV(B) 27.48º 0.45% 0.93% -
XYZ 55.07 51.86 28.23 -
YUV 190.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 237 179 130 0 0.24 0.45 0.07 27.48 0.75 0.72
Hex ED B3 82 0 18 2D 7 1B 4B 48
Octal 355 263 202 0 30 55 7 33 113 110
Binary 11101101 10110011 10000010 0 11000 101101 111 11011 1001011 1001000

Color Harmonies of #EDB382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB382

Black with #EDB382

Text Example


Text Example

White with #EDB382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB382; }

 p { color: rgb(237,179,130); }

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

background-color css

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

 a { background-color: rgb(237,179,130); }

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

border-color css

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

 span { border-color: rgb(237,179,130); }

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