Html Css Color HEX #EFB486 Corvette

📋 copy color: '#EFB486'

red 239 ◦ green 180 ◦ blue 134

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

Shades of Corvette #EFB486

Tints of Corvette #EFB486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.55%

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

R = 43.22%
G = 32.55%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFB486 (or 0xEFB486) is known color: Corvette. HEX triplet: EF, B4 and 86. RGB value is (239,180,134). Sum of RGB (Red+Green+Blue) = 239+180+134=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB486 is #104B79. Grayscale: #C0C0C0. Windows color (decimal): -1067898 or 8828143. OLE color: 8828143.

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

Color convert

RGB 239 180 134 -
CMYK 0 0.25 0.44 0.06
HSL 26.29º 0.77% 0.73% -
HSV(B) 26.29º 0.44% 0.94% -
XYZ 56.22 52.71 29.77 -
YUV 192.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 239 180 134 0 0.25 0.44 0.06 26.29 0.77 0.73
Hex EF B4 86 0 19 2C 6 1A 4D 49
Octal 357 264 206 0 31 54 6 32 115 111
Binary 11101111 10110100 10000110 0 11001 101100 110 11010 1001101 1001001

Color Harmonies of #EFB486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB486

Black with #EFB486

Text Example


Text Example

White with #EFB486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB486; }

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

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

background-color css

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

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

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

border-color css

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

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

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