Html Css Color HEX #EFBE8C Corvette

📋 copy color: '#EFBE8C'

red 239 ◦ green 190 ◦ blue 140

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

Shades of Corvette #EFBE8C

Tints of Corvette #EFBE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.39%

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

R = 42%
G = 33.39%
B = 24.6%

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

#EFBE8C (or 0xEFBE8C) is known color: Corvette. HEX triplet: EF, BE and 8C. RGB value is (239,190,140). Sum of RGB (Red+Green+Blue) = 239+190+140=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBE8C is #104173. Grayscale: #C7C7C7. Windows color (decimal): -1065332 or 9223919. OLE color: 9223919.

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

Color convert

RGB 239 190 140 -
CMYK 0 0.21 0.41 0.06
HSL 30.3º 0.76% 0.74% -
HSV(B) 30.3º 0.41% 0.94% -
XYZ 58.74 57.07 32.73 -
YUV 198.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 239 190 140 0 0.21 0.41 0.06 30.3 0.76 0.74
Hex EF BE 8C 0 15 29 6 1E 4C 4A
Octal 357 276 214 0 25 51 6 36 114 112
Binary 11101111 10111110 10001100 0 10101 101001 110 11110 1001100 1001010

Color Harmonies of #EFBE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE8C

Black with #EFBE8C

Text Example


Text Example

White with #EFBE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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