Html Css Color HEX #EFBC85 Corvette

📋 copy color: '#EFBC85'

red 239 ◦ green 188 ◦ blue 133

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

Shades of Corvette #EFBC85

Tints of Corvette #EFBC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.75%

R = 42.68%
G = 33.57%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFBC85 (or 0xEFBC85) is known color: Corvette. HEX triplet: EF, BC and 85. RGB value is (239,188,133). Sum of RGB (Red+Green+Blue) = 239+188+133=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC85 is #10437A. Grayscale: #C5C5C5. Windows color (decimal): -1065851 or 8764655. OLE color: 8764655.

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

Color convert

RGB 239 188 133 -
CMYK 0 0.21 0.44 0.06
HSL 31.13º 0.77% 0.73% -
HSV(B) 31.13º 0.44% 0.94% -
XYZ 57.81 56.01 29.95 -
YUV 196.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 239 188 133 0 0.21 0.44 0.06 31.13 0.77 0.73
Hex EF BC 85 0 15 2C 6 1F 4D 49
Octal 357 274 205 0 25 54 6 37 115 111
Binary 11101111 10111100 10000101 0 10101 101100 110 11111 1001101 1001001

Color Harmonies of #EFBC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC85

Black with #EFBC85

Text Example


Text Example

White with #EFBC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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