Html Css Color HEX #EDBB82 Corvette

📋 copy color: '#EDBB82'

red 237 ◦ green 187 ◦ blue 130

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

Shades of Corvette #EDBB82

Tints of Corvette #EDBB82

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.75%

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

R = 42.78%
G = 33.75%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDBB82 (or 0xEDBB82) is known color: Corvette. HEX triplet: ED, BB and 82. RGB value is (237,187,130). Sum of RGB (Red+Green+Blue) = 237+187+130=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB82 is #12447D. Grayscale: #C3C3C3. Windows color (decimal): -1197182 or 8567789. OLE color: 8567789.

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

Color convert

RGB 237 187 130 -
CMYK 0 0.21 0.45 0.07
HSL 31.96º 0.75% 0.72% -
HSV(B) 31.96º 0.45% 0.93% -
XYZ 56.72 55.16 28.78 -
YUV 195.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 237 187 130 0 0.21 0.45 0.07 31.96 0.75 0.72
Hex ED BB 82 0 15 2D 7 20 4B 48
Octal 355 273 202 0 25 55 7 40 113 110
Binary 11101101 10111011 10000010 0 10101 101101 111 100000 1001011 1001000

Color Harmonies of #EDBB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB82

Black with #EDBB82

Text Example


Text Example

White with #EDBB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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