Html Css Color HEX #EFBD8B Corvette

📋 copy color: '#EFBD8B'

red 239 ◦ green 189 ◦ blue 139

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

Shades of Corvette #EFBD8B

Tints of Corvette #EFBD8B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.33%

 BLUE value IS 139 (54.69% from 255) = 24.51%

R = 42.15%
G = 33.33%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFBD8B (or 0xEFBD8B) is known color: Corvette. HEX triplet: EF, BD and 8B. RGB value is (239,189,139). Sum of RGB (Red+Green+Blue) = 239+189+139=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD8B is #104274. Grayscale: #C6C6C6. Windows color (decimal): -1065589 or 9158127. OLE color: 9158127.

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

Color convert

RGB 239 189 139 -
CMYK 0 0.21 0.42 0.06
HSL 30º 0.76% 0.74% -
HSV(B) 30º 0.42% 0.94% -
XYZ 58.45 56.61 32.27 -
YUV 198.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 239 189 139 0 0.21 0.42 0.06 30 0.76 0.74
Hex EF BD 8B 0 15 2A 6 1E 4C 4A
Octal 357 275 213 0 25 52 6 36 114 112
Binary 11101111 10111101 10001011 0 10101 101010 110 11110 1001100 1001010

Color Harmonies of #EFBD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD8B

Black with #EFBD8B

Text Example


Text Example

White with #EFBD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD8B; }

 p { color: rgb(239,189,139); }

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

background-color css

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

 a { background-color: rgb(239,189,139); }

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

border-color css

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

 span { border-color: rgb(239,189,139); }

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