Html Css Color HEX #EEC085 Corvette

📋 copy color: '#EEC085'

red 238 ◦ green 192 ◦ blue 133

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

Shades of Corvette #EEC085

Tints of Corvette #EEC085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.1%

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

R = 42.27%
G = 34.1%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEC085 (or 0xEEC085) is known color: Corvette. HEX triplet: EE, C0 and 85. RGB value is (238,192,133). Sum of RGB (Red+Green+Blue) = 238+192+133=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC085 is #113F7A. Grayscale: #C7C7C7. Windows color (decimal): -1130363 or 8765678. OLE color: 8765678.

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

Color convert

RGB 238 192 133 -
CMYK 0 0.19 0.44 0.07
HSL 33.71º 0.76% 0.73% -
HSV(B) 33.71º 0.44% 0.93% -
XYZ 58.34 57.57 30.23 -
YUV 199.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 238 192 133 0 0.19 0.44 0.07 33.71 0.76 0.73
Hex EE C0 85 0 13 2C 7 22 4C 49
Octal 356 300 205 0 23 54 7 42 114 111
Binary 11101110 11000000 10000101 0 10011 101100 111 100010 1001100 1001001

Color Harmonies of #EEC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC085

Black with #EEC085

Text Example


Text Example

White with #EEC085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC085; }

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

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

background-color css

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

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

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

border-color css

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

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

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