Html Css Color HEX #EDB983 Corvette

📋 copy color: '#EDB983'

red 237 ◦ green 185 ◦ blue 131

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

Shades of Corvette #EDB983

Tints of Corvette #EDB983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.69%

R = 42.86%
G = 33.45%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDB983 (or 0xEDB983) is known color: Corvette. HEX triplet: ED, B9 and 83. RGB value is (237,185,131). Sum of RGB (Red+Green+Blue) = 237+185+131=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB983 is #12467C. Grayscale: #C2C2C2. Windows color (decimal): -1197693 or 8632813. OLE color: 8632813.

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

Color convert

RGB 237 185 131 -
CMYK 0 0.22 0.45 0.07
HSL 30.57º 0.75% 0.72% -
HSV(B) 30.57º 0.45% 0.93% -
XYZ 56.37 54.34 28.99 -
YUV 194.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 237 185 131 0 0.22 0.45 0.07 30.57 0.75 0.72
Hex ED B9 83 0 16 2D 7 1F 4B 48
Octal 355 271 203 0 26 55 7 37 113 110
Binary 11101101 10111001 10000011 0 10110 101101 111 11111 1001011 1001000

Color Harmonies of #EDB983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB983

Black with #EDB983

Text Example


Text Example

White with #EDB983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB983; }

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

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

background-color css

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

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

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

border-color css

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

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

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