Html Css Color HEX #EEB982 Corvette

📋 copy color: '#EEB982'

red 238 ◦ green 185 ◦ blue 130

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

Shades of Corvette #EEB982

Tints of Corvette #EEB982

RGB

 RED value IS 238 (93.36% from 255) = 43.04%

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

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

R = 43.04%
G = 33.45%
B = 23.51%

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

#EEB982 (or 0xEEB982) is known color: Corvette. HEX triplet: EE, B9 and 82. RGB value is (238,185,130). Sum of RGB (Red+Green+Blue) = 238+185+130=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB982 is #11467D. Grayscale: #C2C2C2. Windows color (decimal): -1132158 or 8567278. OLE color: 8567278.

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

Color convert

RGB 238 185 130 -
CMYK 0 0.22 0.45 0.07
HSL 30.56º 0.76% 0.72% -
HSV(B) 30.56º 0.45% 0.93% -
XYZ 56.64 54.49 28.65 -
YUV 194.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 238 185 130 0 0.22 0.45 0.07 30.56 0.76 0.72
Hex EE B9 82 0 16 2D 7 1F 4C 48
Octal 356 271 202 0 26 55 7 37 114 110
Binary 11101110 10111001 10000010 0 10110 101101 111 11111 1001100 1001000

Color Harmonies of #EEB982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB982

Black with #EEB982

Text Example


Text Example

White with #EEB982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB982; }

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

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

background-color css

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

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

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

border-color css

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

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

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