Html Css Color HEX #EDB383 Corvette

📋 copy color: '#EDB383'

red 237 ◦ green 179 ◦ blue 131

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

Shades of Corvette #EDB383

Tints of Corvette #EDB383

RGB

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

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

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

R = 43.33%
G = 32.72%
B = 23.95%

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

#EDB383 (or 0xEDB383) is known color: Corvette. HEX triplet: ED, B3 and 83. RGB value is (237,179,131). Sum of RGB (Red+Green+Blue) = 237+179+131=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB383 is #124C7C. Grayscale: #BFBFBF. Windows color (decimal): -1199229 or 8631277. OLE color: 8631277.

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

Color convert

RGB 237 179 131 -
CMYK 0 0.24 0.45 0.07
HSL 27.17º 0.75% 0.72% -
HSV(B) 27.17º 0.45% 0.93% -
XYZ 55.14 51.88 28.58 -
YUV 190.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 237 179 131 0 0.24 0.45 0.07 27.17 0.75 0.72
Hex ED B3 83 0 18 2D 7 1B 4B 48
Octal 355 263 203 0 30 55 7 33 113 110
Binary 11101101 10110011 10000011 0 11000 101101 111 11011 1001011 1001000

Color Harmonies of #EDB383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB383

Black with #EDB383

Text Example


Text Example

White with #EDB383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB383; }

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

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

background-color css

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

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

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

border-color css

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

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

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