Html Css Color HEX #EEBA80 Corvette

📋 copy color: '#EEBA80'

red 238 ◦ green 186 ◦ blue 128

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

Shades of Corvette #EEBA80

Tints of Corvette #EEBA80

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.7%

 BLUE value IS 128 (50.39% from 255) = 23.19%

R = 43.12%
G = 33.7%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEBA80 (or 0xEEBA80) is known color: Corvette. HEX triplet: EE, BA and 80. RGB value is (238,186,128). Sum of RGB (Red+Green+Blue) = 238+186+128=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBA80 is #11457F. Grayscale: #C3C3C3. Windows color (decimal): -1131904 or 8436462. OLE color: 8436462.

HSL color Cylindrical-coordinate representation of color #EEBA80: hue angle of 31.64º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEBA80 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 186 128 -
CMYK 0 0.22 0.46 0.07
HSL 31.64º 0.76% 0.72% -
HSV(B) 31.64º 0.46% 0.93% -
XYZ 56.72 54.85 28.02 -
YUV 194.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 238 186 128 0 0.22 0.46 0.07 31.64 0.76 0.72
Hex EE BA 80 0 16 2E 7 20 4C 48
Octal 356 272 200 0 26 56 7 40 114 110
Binary 11101110 10111010 10000000 0 10110 101110 111 100000 1001100 1001000

Color Harmonies of #EEBA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA80

Black with #EEBA80

Text Example


Text Example

White with #EEBA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA80; }

 p { color: rgb(238,186,128); }

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

background-color css

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

 a { background-color: rgb(238,186,128); }

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

border-color css

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

 span { border-color: rgb(238,186,128); }

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