Html Css Color HEX #EFBA86 Corvette

📋 copy color: '#EFBA86'

red 239 ◦ green 186 ◦ blue 134

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

Shades of Corvette #EFBA86

Tints of Corvette #EFBA86

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.27%

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

R = 42.75%
G = 33.27%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFBA86 (or 0xEFBA86) is known color: Corvette. HEX triplet: EF, BA and 86. RGB value is (239,186,134). Sum of RGB (Red+Green+Blue) = 239+186+134=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA86 is #104579. Grayscale: #C4C4C4. Windows color (decimal): -1066362 or 8829679. OLE color: 8829679.

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

Color convert

RGB 239 186 134 -
CMYK 0 0.22 0.44 0.06
HSL 29.71º 0.77% 0.73% -
HSV(B) 29.71º 0.44% 0.94% -
XYZ 57.46 55.19 30.18 -
YUV 195.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 239 186 134 0 0.22 0.44 0.06 29.71 0.77 0.73
Hex EF BA 86 0 16 2C 6 1E 4D 49
Octal 357 272 206 0 26 54 6 36 115 111
Binary 11101111 10111010 10000110 0 10110 101100 110 11110 1001101 1001001

Color Harmonies of #EFBA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA86

Black with #EFBA86

Text Example


Text Example

White with #EFBA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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