Html Css Color HEX #EBB982 Corvette

📋 copy color: '#EBB982'

red 235 ◦ green 185 ◦ blue 130

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

Shades of Corvette #EBB982

Tints of Corvette #EBB982

RGB

 RED value IS 235 (92.19% from 255) = 42.73%

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

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

R = 42.73%
G = 33.64%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EBB982 (or 0xEBB982) is known color: Corvette. HEX triplet: EB, B9 and 82. RGB value is (235,185,130). Sum of RGB (Red+Green+Blue) = 235+185+130=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB982 is #14467D. Grayscale: #C1C1C1. Windows color (decimal): -1328766 or 8567275. OLE color: 8567275.

HSL color Cylindrical-coordinate representation of color #EBB982: hue angle of 31.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBB982 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 185 130 -
CMYK 0 0.21 0.45 0.08
HSL 31.43º 0.72% 0.72% -
HSV(B) 31.43º 0.45% 0.92% -
XYZ 55.64 53.97 28.6 -
YUV 193.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 235 185 130 0 0.21 0.45 0.08 31.43 0.72 0.72
Hex EB B9 82 0 15 2D 8 1F 48 48
Octal 353 271 202 0 25 55 10 37 110 110
Binary 11101011 10111001 10000010 0 10101 101101 1000 11111 1001000 1001000

Color Harmonies of #EBB982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB982

Black with #EBB982

Text Example


Text Example

White with #EBB982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB982; }

 p { color: rgb(235,185,130); }

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

background-color css

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

 a { background-color: rgb(235,185,130); }

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

border-color css

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

 span { border-color: rgb(235,185,130); }

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