Html Css Color HEX #EFBC86 Corvette

📋 copy color: '#EFBC86'

red 239 ◦ green 188 ◦ blue 134

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

Shades of Corvette #EFBC86

Tints of Corvette #EFBC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.51%

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

R = 42.6%
G = 33.51%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFBC86 (or 0xEFBC86) is known color: Corvette. HEX triplet: EF, BC and 86. RGB value is (239,188,134). Sum of RGB (Red+Green+Blue) = 239+188+134=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC86 is #104379. Grayscale: #C5C5C5. Windows color (decimal): -1065850 or 8830191. OLE color: 8830191.

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

Color convert

RGB 239 188 134 -
CMYK 0 0.21 0.44 0.06
HSL 30.86º 0.77% 0.73% -
HSV(B) 30.86º 0.44% 0.94% -
XYZ 57.88 56.04 30.32 -
YUV 197.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 239 188 134 0 0.21 0.44 0.06 30.86 0.77 0.73
Hex EF BC 86 0 15 2C 6 1F 4D 49
Octal 357 274 206 0 25 54 6 37 115 111
Binary 11101111 10111100 10000110 0 10101 101100 110 11111 1001101 1001001

Color Harmonies of #EFBC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC86

Black with #EFBC86

Text Example


Text Example

White with #EFBC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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