Html Css Color HEX #EFC286 Corvette

📋 copy color: '#EFC286'

red 239 ◦ green 194 ◦ blue 134

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

Shades of Corvette #EFC286

Tints of Corvette #EFC286

RGB

 RED value IS 239 (93.75% from 255) = 42.15%

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

 BLUE value IS 134 (52.73% from 255) = 23.63%

R = 42.15%
G = 34.22%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFC286 (or 0xEFC286) is known color: Corvette. HEX triplet: EF, C2 and 86. RGB value is (239,194,134). Sum of RGB (Red+Green+Blue) = 239+194+134=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC286 is #103D79. Grayscale: #C8C8C8. Windows color (decimal): -1064314 or 8831727. OLE color: 8831727.

HSL color Cylindrical-coordinate representation of color #EFC286: hue angle of 34.29º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFC286 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 194 134 -
CMYK 0 0.19 0.44 0.06
HSL 34.29º 0.77% 0.73% -
HSV(B) 34.29º 0.44% 0.94% -
XYZ 59.19 58.66 30.76 -
YUV 200.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 239 194 134 0 0.19 0.44 0.06 34.29 0.77 0.73
Hex EF C2 86 0 13 2C 6 22 4D 49
Octal 357 302 206 0 23 54 6 42 115 111
Binary 11101111 11000010 10000110 0 10011 101100 110 100010 1001101 1001001

Color Harmonies of #EFC286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC286

Black with #EFC286

Text Example


Text Example

White with #EFC286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC286; }

 p { color: rgb(239,194,134); }

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

background-color css

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

 a { background-color: rgb(239,194,134); }

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

border-color css

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

 span { border-color: rgb(239,194,134); }

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