Html Css Color HEX #EFBA8C Corvette

📋 copy color: '#EFBA8C'

red 239 ◦ green 186 ◦ blue 140

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

Shades of Corvette #EFBA8C

Tints of Corvette #EFBA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.78%

R = 42.3%
G = 32.92%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFBA8C (or 0xEFBA8C) is known color: Corvette. HEX triplet: EF, BA and 8C. RGB value is (239,186,140). Sum of RGB (Red+Green+Blue) = 239+186+140=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA8C is #104573. Grayscale: #C4C4C4. Windows color (decimal): -1066356 or 9222895. OLE color: 9222895.

HSL color Cylindrical-coordinate representation of color #EFBA8C: hue angle of 27.88º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFBA8C is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 140 -
CMYK 0 0.22 0.41 0.06
HSL 27.88º 0.76% 0.74% -
HSV(B) 27.88º 0.41% 0.94% -
XYZ 57.89 55.36 32.45 -
YUV 196.6 96.06 158.24 -
System Red Green Blue C M Y K H S L
Decimal 239 186 140 0 0.22 0.41 0.06 27.88 0.76 0.74
Hex EF BA 8C 0 16 29 6 1C 4C 4A
Octal 357 272 214 0 26 51 6 34 114 112
Binary 11101111 10111010 10001100 0 10110 101001 110 11100 1001100 1001010

Color Harmonies of #EFBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA8C

Black with #EFBA8C

Text Example


Text Example

White with #EFBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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