Html Css Color HEX #EFBC8D Corvette

📋 copy color: '#EFBC8D'

red 239 ◦ green 188 ◦ blue 141

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

Shades of Corvette #EFBC8D

Tints of Corvette #EFBC8D

RGB

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

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

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

R = 42.08%
G = 33.1%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFBC8D (or 0xEFBC8D) is known color: Corvette. HEX triplet: EF, BC and 8D. RGB value is (239,188,141). Sum of RGB (Red+Green+Blue) = 239+188+141=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC8D is #104372. Grayscale: #C6C6C6. Windows color (decimal): -1065843 or 9288943. OLE color: 9288943.

HSL color Cylindrical-coordinate representation of color #EFBC8D: hue angle of 28.78º 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 #EFBC8D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 188 141 -
CMYK 0 0.21 0.41 0.06
HSL 28.78º 0.75% 0.75% -
HSV(B) 28.78º 0.41% 0.94% -
XYZ 58.39 56.24 32.98 -
YUV 197.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 239 188 141 0 0.21 0.41 0.06 28.78 0.75 0.75
Hex EF BC 8D 0 15 29 6 1D 4B 4B
Octal 357 274 215 0 25 51 6 35 113 113
Binary 11101111 10111100 10001101 0 10101 101001 110 11101 1001011 1001011

Color Harmonies of #EFBC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC8D

Black with #EFBC8D

Text Example


Text Example

White with #EFBC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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