Html Css Color HEX #EFB986 Corvette

📋 copy color: '#EFB986'

red 239 ◦ green 185 ◦ blue 134

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

Shades of Corvette #EFB986

Tints of Corvette #EFB986

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.15%

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

R = 42.83%
G = 33.15%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFB986 (or 0xEFB986) is known color: Corvette. HEX triplet: EF, B9 and 86. RGB value is (239,185,134). Sum of RGB (Red+Green+Blue) = 239+185+134=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB986 is #104679. Grayscale: #C3C3C3. Windows color (decimal): -1066618 or 8829423. OLE color: 8829423.

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

Color convert

RGB 239 185 134 -
CMYK 0 0.23 0.44 0.06
HSL 29.14º 0.77% 0.73% -
HSV(B) 29.14º 0.44% 0.94% -
XYZ 57.25 54.77 30.11 -
YUV 195.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 239 185 134 0 0.23 0.44 0.06 29.14 0.77 0.73
Hex EF B9 86 0 17 2C 6 1D 4D 49
Octal 357 271 206 0 27 54 6 35 115 111
Binary 11101111 10111001 10000110 0 10111 101100 110 11101 1001101 1001001

Color Harmonies of #EFB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB986

Black with #EFB986

Text Example


Text Example

White with #EFB986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB986; }

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

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

background-color css

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

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

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

border-color css

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

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

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