Html Css Color HEX #EFBB8D Corvette

📋 copy color: '#EFBB8D'

red 239 ◦ green 187 ◦ blue 141

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

Shades of Corvette #EFBB8D

Tints of Corvette #EFBB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.98%

 BLUE value IS 141 (55.47% from 255) = 24.87%

R = 42.15%
G = 32.98%
B = 24.87%

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

#EFBB8D (or 0xEFBB8D) is known color: Corvette. HEX triplet: EF, BB and 8D. RGB value is (239,187,141). Sum of RGB (Red+Green+Blue) = 239+187+141=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBB8D is #104472. Grayscale: #C5C5C5. Windows color (decimal): -1066099 or 9288687. OLE color: 9288687.

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

Color convert

RGB 239 187 141 -
CMYK 0 0.22 0.41 0.06
HSL 28.16º 0.75% 0.75% -
HSV(B) 28.16º 0.41% 0.94% -
XYZ 58.17 55.81 32.91 -
YUV 197.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 239 187 141 0 0.22 0.41 0.06 28.16 0.75 0.75
Hex EF BB 8D 0 16 29 6 1C 4B 4B
Octal 357 273 215 0 26 51 6 34 113 113
Binary 11101111 10111011 10001101 0 10110 101001 110 11100 1001011 1001011

Color Harmonies of #EFBB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBB8D

Black with #EFBB8D

Text Example


Text Example

White with #EFBB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBB8D; }

 p { color: rgb(239,187,141); }

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

background-color css

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

 a { background-color: rgb(239,187,141); }

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

border-color css

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

 span { border-color: rgb(239,187,141); }

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