Html Css Color HEX #EFBA8A Corvette

📋 copy color: '#EFBA8A'

red 239 ◦ green 186 ◦ blue 138

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

Shades of Corvette #EFBA8A

Tints of Corvette #EFBA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.51%

R = 42.45%
G = 33.04%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFBA8A (or 0xEFBA8A) is known color: Corvette. HEX triplet: EF, BA and 8A. RGB value is (239,186,138). Sum of RGB (Red+Green+Blue) = 239+186+138=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA8A is #104575. Grayscale: #C4C4C4. Windows color (decimal): -1066358 or 9091823. OLE color: 9091823.

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

Color convert

RGB 239 186 138 -
CMYK 0 0.22 0.42 0.06
HSL 28.51º 0.76% 0.74% -
HSV(B) 28.51º 0.42% 0.94% -
XYZ 57.74 55.3 31.68 -
YUV 196.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 239 186 138 0 0.22 0.42 0.06 28.51 0.76 0.74
Hex EF BA 8A 0 16 2A 6 1D 4C 4A
Octal 357 272 212 0 26 52 6 35 114 112
Binary 11101111 10111010 10001010 0 10110 101010 110 11101 1001100 1001010

Color Harmonies of #EFBA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA8A

Black with #EFBA8A

Text Example


Text Example

White with #EFBA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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