Html Css Color HEX #EEB485 Corvette

📋 copy color: '#EEB485'

red 238 ◦ green 180 ◦ blue 133

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

Shades of Corvette #EEB485

Tints of Corvette #EEB485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.67%

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

R = 43.19%
G = 32.67%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEB485 (or 0xEEB485) is known color: Corvette. HEX triplet: EE, B4 and 85. RGB value is (238,180,133). Sum of RGB (Red+Green+Blue) = 238+180+133=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB485 is #114B7A. Grayscale: #C0C0C0. Windows color (decimal): -1133435 or 8762606. OLE color: 8762606.

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

Color convert

RGB 238 180 133 -
CMYK 0 0.24 0.44 0.07
HSL 26.86º 0.76% 0.73% -
HSV(B) 26.86º 0.44% 0.93% -
XYZ 55.81 52.51 29.38 -
YUV 191.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 238 180 133 0 0.24 0.44 0.07 26.86 0.76 0.73
Hex EE B4 85 0 18 2C 7 1B 4C 49
Octal 356 264 205 0 30 54 7 33 114 111
Binary 11101110 10110100 10000101 0 11000 101100 111 11011 1001100 1001001

Color Harmonies of #EEB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB485

Black with #EEB485

Text Example


Text Example

White with #EEB485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB485; }

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

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

background-color css

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

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

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

border-color css

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

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

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