Html Css Color HEX #EEC285 Corvette

📋 copy color: '#EEC285'

red 238 ◦ green 194 ◦ blue 133

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

Shades of Corvette #EEC285

Tints of Corvette #EEC285

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

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

R = 42.12%
G = 34.34%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEC285 (or 0xEEC285) is known color: Corvette. HEX triplet: EE, C2 and 85. RGB value is (238,194,133). Sum of RGB (Red+Green+Blue) = 238+194+133=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC285 is #113D7A. Grayscale: #C8C8C8. Windows color (decimal): -1129851 or 8766190. OLE color: 8766190.

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

Color convert

RGB 238 194 133 -
CMYK 0 0.18 0.44 0.07
HSL 34.86º 0.76% 0.73% -
HSV(B) 34.86º 0.44% 0.93% -
XYZ 58.79 58.45 30.37 -
YUV 200.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 238 194 133 0 0.18 0.44 0.07 34.86 0.76 0.73
Hex EE C2 85 0 12 2C 7 23 4C 49
Octal 356 302 205 0 22 54 7 43 114 111
Binary 11101110 11000010 10000101 0 10010 101100 111 100011 1001100 1001001

Color Harmonies of #EEC285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC285

Black with #EEC285

Text Example


Text Example

White with #EEC285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC285; }

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

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

background-color css

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

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

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

border-color css

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

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

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