Html Css Color HEX #EFBC8F Corvette

📋 copy color: '#EFBC8F'

red 239 ◦ green 188 ◦ blue 143

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

Shades of Corvette #EFBC8F

Tints of Corvette #EFBC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.09%

R = 41.93%
G = 32.98%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFBC8F (or 0xEFBC8F) is known color: Corvette. HEX triplet: EF, BC and 8F. RGB value is (239,188,143). Sum of RGB (Red+Green+Blue) = 239+188+143=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC8F is #104370. Grayscale: #C6C6C6. Windows color (decimal): -1065841 or 9420015. OLE color: 9420015.

HSL color Cylindrical-coordinate representation of color #EFBC8F: hue angle of 28.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFBC8F is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 188 143 -
CMYK 0 0.21 0.40 0.06
HSL 28.13º 0.75% 0.75% -
HSV(B) 28.13º 0.4% 0.94% -
XYZ 58.54 56.3 33.77 -
YUV 198.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 239 188 143 0 0.21 0.40 0.06 28.13 0.75 0.75
Hex EF BC 8F 0 15 28 6 1C 4B 4B
Octal 357 274 217 0 25 50 6 34 113 113
Binary 11101111 10111100 10001111 0 10101 101000 110 11100 1001011 1001011

Color Harmonies of #EFBC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC8F

Black with #EFBC8F

Text Example


Text Example

White with #EFBC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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