Html Css Color HEX #EEBA85 Corvette

📋 copy color: '#EEBA85'

red 238 ◦ green 186 ◦ blue 133

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

Shades of Corvette #EEBA85

Tints of Corvette #EEBA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.88%

R = 42.73%
G = 33.39%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEBA85 (or 0xEEBA85) is known color: Corvette. HEX triplet: EE, BA and 85. RGB value is (238,186,133). Sum of RGB (Red+Green+Blue) = 238+186+133=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBA85 is #11457A. Grayscale: #C3C3C3. Windows color (decimal): -1131899 or 8764142. OLE color: 8764142.

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

Color convert

RGB 238 186 133 -
CMYK 0 0.22 0.44 0.07
HSL 30.29º 0.76% 0.73% -
HSV(B) 30.29º 0.44% 0.93% -
XYZ 57.05 54.99 29.8 -
YUV 195.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 238 186 133 0 0.22 0.44 0.07 30.29 0.76 0.73
Hex EE BA 85 0 16 2C 7 1E 4C 49
Octal 356 272 205 0 26 54 7 36 114 111
Binary 11101110 10111010 10000101 0 10110 101100 111 11110 1001100 1001001

Color Harmonies of #EEBA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA85

Black with #EEBA85

Text Example


Text Example

White with #EEBA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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