Html Css Color HEX #EDB883 Corvette

📋 copy color: '#EDB883'

red 237 ◦ green 184 ◦ blue 131

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

Shades of Corvette #EDB883

Tints of Corvette #EDB883

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.33%

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

R = 42.93%
G = 33.33%
B = 23.73%

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

#EDB883 (or 0xEDB883) is known color: Corvette. HEX triplet: ED, B8 and 83. RGB value is (237,184,131). Sum of RGB (Red+Green+Blue) = 237+184+131=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB883 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB883 is #12477C. Grayscale: #C2C2C2. Windows color (decimal): -1197949 or 8632557. OLE color: 8632557.

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

Color convert

RGB 237 184 131 -
CMYK 0 0.22 0.45 0.07
HSL 30º 0.75% 0.72% -
HSV(B) 30º 0.45% 0.93% -
XYZ 56.16 53.92 28.92 -
YUV 193.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 237 184 131 0 0.22 0.45 0.07 30 0.75 0.72
Hex ED B8 83 0 16 2D 7 1E 4B 48
Octal 355 270 203 0 26 55 7 36 113 110
Binary 11101101 10111000 10000011 0 10110 101101 111 11110 1001011 1001000

Color Harmonies of #EDB883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB883

Black with #EDB883

Text Example


Text Example

White with #EDB883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB883; }

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

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

background-color css

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

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

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

border-color css

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

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

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